File tree 1 file changed +2
-2
lines changed
1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change 41
41
42
42
<activity
43
43
android : name =" com.swordfish.lemuroid.app.shared.game.ExternalGameLauncherActivity"
44
- android : configChanges =" orientation|keyboardHidden|screenSize "
44
+ android : configChanges =" orientation|screenSize|screenLayout| keyboardHidden|mnc|colorMode|density|fontScale|fontWeightAdjustment|keyboard|layoutDirection|locale|mcc|navigation|smallestScreenSize|touchscreen|uiMode "
45
45
android : exported =" true"
46
46
android : theme =" @style/LemuroidMaterialTheme.Game" >
47
47
<intent-filter >
56
56
57
57
<activity
58
58
android : name =" com.swordfish.lemuroid.app.mobile.feature.game.GameActivity"
59
- android : configChanges =" orientation|keyboardHidden|screenSize "
59
+ android : configChanges =" orientation|screenSize|screenLayout| keyboardHidden|mnc|colorMode|density|fontScale|fontWeightAdjustment|keyboard|layoutDirection|locale|mcc|navigation|smallestScreenSize|touchscreen|uiMode "
60
60
android : launchMode =" singleInstance"
61
61
android : process =" :game"
62
62
android : theme =" @style/LemuroidMaterialTheme.Game" />
You can’t perform that action at this time.
0 commit comments