Advertisement
novia18

Untitled

Jul 19th, 2018
108
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.29 KB | None | 0 0
  1. activity
  2. android:name=".SecondActivity"
  3. android:label="Second Activity"
  4. android:parentActivityName=".MainActivity">
  5. <meta-data
  6. android:name="android.support.PARENT_ACTIVITY"
  7. android:value="com.example.android.twoactivities.MainActivity" />
  8. </activity>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement