|
|
@ -6,6 +6,7 @@ |
|
|
|
android:icon="@mipmap/ic_launcher"> |
|
|
|
android:icon="@mipmap/ic_launcher"> |
|
|
|
<activity |
|
|
|
<activity |
|
|
|
android:name=".MainActivity" |
|
|
|
android:name=".MainActivity" |
|
|
|
|
|
|
|
android:exported="true" |
|
|
|
android:launchMode="singleTop" |
|
|
|
android:launchMode="singleTop" |
|
|
|
android:theme="@style/LaunchTheme" |
|
|
|
android:theme="@style/LaunchTheme" |
|
|
|
android:configChanges="orientation|keyboardHidden|keyboard|screenSize|smallestScreenSize|locale|layoutDirection|fontScale|screenLayout|density|uiMode" |
|
|
|
android:configChanges="orientation|keyboardHidden|keyboard|screenSize|smallestScreenSize|locale|layoutDirection|fontScale|screenLayout|density|uiMode" |
|
|
|