mirror of
https://github.com/libretro/scummvm.git
synced 2025-02-08 03:47:32 +00:00
ANDROID: Update some properties in AndroidManifest
This is according to Lint suggestions mostly
This commit is contained in:
parent
6e242347cf
commit
cc37cb6f32
@ -1,10 +1,14 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
|
||||
xmlns:tools="http://schemas.android.com/tools"
|
||||
android:installLocation="auto"
|
||||
android:launchMode="singleTask"
|
||||
android:sharedUserId="org.scummvm.scummvm">
|
||||
android:sharedUserId="org.scummvm.scummvm"
|
||||
android:sharedUserMaxSdkVersion="32"
|
||||
tools:targetApi="tiramisu">
|
||||
|
||||
<uses-permission android:name="android.permission.WRITE_EXTERNAL_STORAGE" />
|
||||
<uses-permission android:name="android.permission.WRITE_EXTERNAL_STORAGE"
|
||||
tools:ignore="ScopedStorage" />
|
||||
<uses-permission android:name="android.permission.READ_EXTERNAL_STORAGE" />
|
||||
<uses-permission android:name="android.permission.ACCESS_WIFI_STATE" />
|
||||
<uses-permission android:name="android.permission.INTERNET" />
|
||||
@ -27,6 +31,7 @@
|
||||
android:required="true" />
|
||||
|
||||
<supports-screens
|
||||
android:resizeable="true"
|
||||
android:largeScreens="true"
|
||||
android:normalScreens="true"
|
||||
android:smallScreens="true"
|
||||
@ -36,7 +41,7 @@
|
||||
android:allowBackup="true"
|
||||
android:description="@string/app_desc"
|
||||
android:icon="@mipmap/scummvm"
|
||||
android:isGame="true"
|
||||
android:appCategory="game"
|
||||
android:label="@string/app_name"
|
||||
android:resizeableActivity="false"
|
||||
android:requestLegacyExternalStorage="true">
|
||||
|
Loading…
x
Reference in New Issue
Block a user