mirror of
https://github.com/xdsopl/robot36.git
synced 2026-01-20 15:00:16 +01:00
don't restart app on config changes
This commit is contained in:
parent
f30dca5083
commit
3aaabe6ff7
|
|
@ -15,6 +15,7 @@
|
|||
tools:targetApi="31">
|
||||
<activity
|
||||
android:name=".MainActivity"
|
||||
android:configChanges="orientation|screenSize|screenLayout|keyboardHidden"
|
||||
android:exported="true"
|
||||
android:launchMode="singleTask">
|
||||
<intent-filter>
|
||||
|
|
|
|||
Loading…
Reference in a new issue