summaryrefslogtreecommitdiff
path: root/src/android/app
diff options
context:
space:
mode:
authorGravatar Charles Lombardo2023-03-22 22:39:40 -0400
committerGravatar bunnei2023-06-03 00:05:46 -0700
commit06e58cf088b97c3425051c440ea8c7bb07dcd584 (patch)
treee46898d0044d5404151a70b6a6a7f68fd0c1c66b /src/android/app
parentAndroid: Enable resizeable activities (diff)
downloadyuzu-06e58cf088b97c3425051c440ea8c7bb07dcd584.tar.gz
yuzu-06e58cf088b97c3425051c440ea8c7bb07dcd584.tar.xz
yuzu-06e58cf088b97c3425051c440ea8c7bb07dcd584.zip
android: Remove configChanges exceptions
Diffstat (limited to 'src/android/app')
-rw-r--r--src/android/app/src/main/AndroidManifest.xml1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/android/app/src/main/AndroidManifest.xml b/src/android/app/src/main/AndroidManifest.xml
index 4cdb1fda9..c8f1696c5 100644
--- a/src/android/app/src/main/AndroidManifest.xml
+++ b/src/android/app/src/main/AndroidManifest.xml
@@ -41,7 +41,6 @@
41 41
42 <activity 42 <activity
43 android:name="org.yuzu.yuzu_emu.features.settings.ui.SettingsActivity" 43 android:name="org.yuzu.yuzu_emu.features.settings.ui.SettingsActivity"
44 android:configChanges="orientation|screenSize|uiMode"
45 android:theme="@style/Theme.Yuzu.Main" 44 android:theme="@style/Theme.Yuzu.Main"
46 android:label="@string/preferences_settings"/> 45 android:label="@string/preferences_settings"/>
47 46