[Scummvm-git-logs] scummvm branch-2-7 -> 5d8e22108923fd2a7ad6c953c182ab5f4183e96d

antoniou79 noreply at scummvm.org
Tue Jul 18 08:38:02 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:
5d8e221089 ANDROID: Remove LEANBACK_LAUNCHER from AndroidManifest


Commit: 5d8e22108923fd2a7ad6c953c182ab5f4183e96d
    https://github.com/scummvm/scummvm/commit/5d8e22108923fd2a7ad6c953c182ab5f4183e96d
Author: antoniou79 (a.antoniou79 at gmail.com)
Date: 2023-07-18T11:37:52+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 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