mirror of
https://github.com/xdsopl/robot36.git
synced 2026-02-08 23:44:14 +01:00
do not restart app on screen change
This commit is contained in:
parent
8372bcba92
commit
bcbece17f6
|
|
@ -9,6 +9,7 @@
|
|||
android:label="@string/app_name"
|
||||
android:theme="@style/AppTheme" >
|
||||
<activity
|
||||
android:configChanges="keyboardHidden|orientation|screenSize"
|
||||
android:name="xdsopl.robot36.MainActivity"
|
||||
android:label="@string/app_name" >
|
||||
<intent-filter>
|
||||
|
|
|
|||
Loading…
Reference in a new issue