1 <?xml version="1.0" encoding="utf-8"?> 2 <manifest xmlns:android="http://schemas.android.com/apk/res/android" 3 package="com.example.android.multiproject.library"> 4 <application> 5 <activity 6 android:name="ShowPeopleActivity" 7 android:label="@string/title_activity_display_message" > 8 </activity> 9 </application> 10 </manifest> 11