Fix AndroidManifest.xml warnings

This commit is contained in:
TSR Berry 2023-07-21 02:44:34 +02:00 committed by Emmanuel Hansen
parent 4cd082fa34
commit 6f526060fb

View File

@ -15,7 +15,6 @@
android:dataExtractionRules="@xml/data_extraction_rules"
android:fullBackupContent="@xml/backup_rules"
android:icon="@mipmap/ic_launcher"
android:extractNativeLibs="true"
android:label="@string/app_name"
android:roundIcon="@mipmap/ic_launcher_round"
android:supportsRtl="true"
@ -27,7 +26,6 @@
android:name=".MainActivity"
android:exported="true"
android:configChanges="density|fontScale|keyboard|keyboardHidden|layoutDirection|locale|mcc|mnc|navigation|orientation|screenLayout|screenSize|smallestScreenSize|touchscreen|uiMode"
android:label="@string/app_name"
android:theme="@style/Theme.RyujinxAndroid">
<intent-filter>
<action android:name="android.intent.action.MAIN" />