|
|
@ -16,7 +16,8 @@ |
|
|
|
android:configChanges="keyboard|keyboardHidden|orientation|screenLayout|screenSize|smallestScreenSize|uiMode" |
|
|
|
android:configChanges="keyboard|keyboardHidden|orientation|screenLayout|screenSize|smallestScreenSize|uiMode" |
|
|
|
android:exported="true" |
|
|
|
android:exported="true" |
|
|
|
android:label="@string/app_name" |
|
|
|
android:label="@string/app_name" |
|
|
|
android:launchMode="singleTask" |
|
|
|
android:launchMode="singleInstance" |
|
|
|
|
|
|
|
android:taskAffinity="" |
|
|
|
android:name=".MainActivity" |
|
|
|
android:name=".MainActivity" |
|
|
|
android:resizeableActivity="true" |
|
|
|
android:resizeableActivity="true" |
|
|
|
android:supportsPictureInPicture="true" |
|
|
|
android:supportsPictureInPicture="true" |
|
|
|