Fixed bug with random pauses on some devices that emits config changes during playback
This commit is contained in:
parent
6fcca9093e
commit
f39849a2f8
1 changed files with 1 additions and 0 deletions
|
|
@ -38,6 +38,7 @@
|
|||
<activity
|
||||
android:name=".MainActivity"
|
||||
android:exported="true"
|
||||
android:configChanges="orientation|screenSize|smallestScreenSize|screenLayout|density|uiMode|keyboard|keyboardHidden|navigation|layoutDirection|fontScale|locale"
|
||||
android:theme="@style/Theme.MyApplication.Launcher">
|
||||
<intent-filter>
|
||||
<action android:name="android.intent.action.MAIN" />
|
||||
|
|
|
|||
Loading…
Reference in a new issue