diff options
| author | 2023-03-22 22:39:40 -0400 | |
|---|---|---|
| committer | 2023-06-03 00:05:46 -0700 | |
| commit | 06e58cf088b97c3425051c440ea8c7bb07dcd584 (patch) | |
| tree | e46898d0044d5404151a70b6a6a7f68fd0c1c66b /src/android/app | |
| parent | Android: Enable resizeable activities (diff) | |
| download | yuzu-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.xml | 1 |
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 | ||