diff options
author | Jose Luis Marti <joseluis.marti@gmail.com> | 2024-02-29 18:11:28 +0100 |
---|---|---|
committer | Jose Luis Marti <joseluis.marti@gmail.com> | 2024-02-29 18:11:28 +0100 |
commit | ecfdc80afcaccacd321257c57f8c7e13075ec1cb (patch) | |
tree | d52cc08961d8fa9934ddf649db532ab20ed5226e | |
parent | 87904eebe6c8da8594a73848a4350ebf56bfa0df (diff) |
The minSdkVersion and targetSdkVersion values are not used
-rw-r--r-- | tools/android/packaging/xbmc/AndroidManifest.xml.in | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/tools/android/packaging/xbmc/AndroidManifest.xml.in b/tools/android/packaging/xbmc/AndroidManifest.xml.in index 46b0585fab..81b0caf76e 100644 --- a/tools/android/packaging/xbmc/AndroidManifest.xml.in +++ b/tools/android/packaging/xbmc/AndroidManifest.xml.in @@ -4,10 +4,6 @@ android:versionCode="@APP_VERSION_CODE_ANDROID@" android:versionName="@APP_VERSION@"> - <uses-sdk - android:minSdkVersion="@TARGET_MINSDK@" - android:targetSdkVersion="@TARGET_SDK@" /> - <uses-permission android:name="android.permission.WRITE_EXTERNAL_STORAGE" /> <uses-permission android:name="android.permission.MANAGE_EXTERNAL_STORAGE" /> <uses-permission android:name="android.permission.INTERNET" /> |