|
|
|
@ -14,7 +14,6 @@ |
|
|
|
<uses-permission android:name="android.permission.INTERNET" /> |
|
|
|
<uses-permission android:name="android.permission.FOREGROUND_SERVICE" /> |
|
|
|
|
|
|
|
|
|
|
|
<application |
|
|
|
android:name="org.yuzu.yuzu_emu.YuzuApplication" |
|
|
|
android:label="@string/app_name" |
|
|
|
@ -23,8 +22,7 @@ |
|
|
|
android:supportsRtl="true" |
|
|
|
android:isGame="true" |
|
|
|
android:banner="@mipmap/ic_launcher" |
|
|
|
android:extractNativeLibs="true" |
|
|
|
android:requestLegacyExternalStorage="true"> |
|
|
|
android:extractNativeLibs="true"> |
|
|
|
|
|
|
|
<activity |
|
|
|
android:name="org.yuzu.yuzu_emu.ui.main.MainActivity" |
|
|
|
|