blob: 2bc93319c3387ef5346f961ab45df4428dd7243e [file] [log] [blame]
<?xml version="1.0" encoding="utf-8"?>
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
package="com.example.android.multiproject.library">
<application>
<activity
android:name="ShowPeopleActivity"
android:label="@string/title_activity_display_message" >
</activity>
</application>
</manifest>