[Scummvm-git-logs] scummvm master -> 5cb87c1eca445ccfff4ab5bf5336c7e5d88fe2d8
antoniou79
noreply at scummvm.org
Tue Jul 18 08:37:27 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:
5cb87c1eca ANDROID: Remove LEANBACK_LAUNCHER from AndroidManifest
Commit: 5cb87c1eca445ccfff4ab5bf5336c7e5d88fe2d8
https://github.com/scummvm/scummvm/commit/5cb87c1eca445ccfff4ab5bf5336c7e5d88fe2d8
Author: antoniou79 (a.antoniou79 at gmail.com)
Date: 2023-07-18T11:32:05+03: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 f2085c01b0b..7b30810abc8 100644
--- a/dists/android/AndroidManifest.xml
+++ b/dists/android/AndroidManifest.xml
@@ -55,7 +55,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