[Scummvm-git-logs] scummvm branch-2-7-1 -> 67b00772870a1ec6d672998935de40a3d51cd555
sev-
noreply at scummvm.org
Tue Jul 18 08:41:55 UTC 2023
This automated email contains information about 1 new commit which have been
pushed to the 'scummvm' repo located at https://github.com/scummvm/scummvm .
Summary:
67b0077287 ANDROID: Remove LEANBACK_LAUNCHER from AndroidManifest
Commit: 67b00772870a1ec6d672998935de40a3d51cd555
https://github.com/scummvm/scummvm/commit/67b00772870a1ec6d672998935de40a3d51cd555
Author: antoniou79 (a.antoniou79 at gmail.com)
Date: 2023-07-18T10:41:46+02:00
Commit Message:
ANDROID: Remove LEANBACK_LAUNCHER from AndroidManifest
Since June 30, 2023 Play Store requires TV apps that use this category to use the app bundle distribution model
Since we currently build separate APKs this removal is a temporary measure for the upcoming release of 2.7.1.
However, we should re-instate the tag when we switch to the App Bundle distribution module and perhaps investigate, test
and resolve any other issues related to running the ScummVM Android app for TVs.
Changed paths:
dists/android/AndroidManifest.xml
diff --git a/dists/android/AndroidManifest.xml b/dists/android/AndroidManifest.xml
index df8683f6233..b01f590f558 100644
--- a/dists/android/AndroidManifest.xml
+++ b/dists/android/AndroidManifest.xml
@@ -58,7 +58,6 @@
<category android:name="android.intent.category.LAUNCHER" />
<category android:name="tv.ouya.intent.category.GAME" />
- <category android:name="android.intent.category.LEANBACK_LAUNCHER" />
</intent-filter>
</activity>
<activity
More information about the Scummvm-git-logs
mailing list