We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a137471 commit 5966cc7Copy full SHA for 5966cc7
library/AndroidManifest.xml
@@ -20,6 +20,7 @@
20
<application>
21
<activity android:name=".AuthorizationManagementActivity"
22
android:exported="false"
23
+ android:configChanges="screenSize|smallestScreenSize|screenLayout|orientation|keyboard|keyboardHidden"
24
android:theme="@style/Theme.AppCompat.Translucent.NoTitleBar"
25
android:launchMode="singleTask" />
26
0 commit comments