Last active
October 19, 2020 07:51
-
-
Save huuphuoc1396/1b78b8de320e8fe0f0b772a58e0b9fcf to your computer and use it in GitHub Desktop.
Secondary activity in the manifest
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<manifest xmlns:android="http://schemas.android.com/apk/res/android" | |
package="com.android.multiplescreens"> | |
<application | |
<!-- See about the taskAffinity attribute at http://bit.ly/34RKvzC --> | |
<activity | |
android:name=".SecondActivity" | |
android:launchMode="singleTask" | |
android:taskAffinity="cover.container" /> | |
</application> | |
</manifest> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment