|
|
@ -115,9 +115,7 @@
|
|
|
|
android:excludeFromRecents="true"
|
|
|
|
android:excludeFromRecents="true"
|
|
|
|
android:screenOrientation="portrait"
|
|
|
|
android:screenOrientation="portrait"
|
|
|
|
android:configChanges="mcc|mnc|locale|touchscreen|keyboard|keyboardHidden|navigation|orientation|screenLayout|screenSize|fontScale"
|
|
|
|
android:configChanges="mcc|mnc|locale|touchscreen|keyboard|keyboardHidden|navigation|orientation|screenLayout|screenSize|fontScale"
|
|
|
|
android:launchMode="singleTask">
|
|
|
|
android:launchMode="singleTask"/>
|
|
|
|
</activity>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
<activity android:name=".CountrySelectionActivity"
|
|
|
|
<activity android:name=".CountrySelectionActivity"
|
|
|
|
android:configChanges="touchscreen|keyboard|keyboardHidden|orientation|screenLayout|screenSize"/>
|
|
|
|
android:configChanges="touchscreen|keyboard|keyboardHidden|orientation|screenLayout|screenSize"/>
|
|
|
|