From b14bea854430f5cada6f5657add1b483f13edd89 Mon Sep 17 00:00:00 2001 From: Eder Bastos Date: Wed, 3 Jun 2015 16:48:38 -0400 Subject: Android TV: Allow the app to be launched from an Android TV launcher. --- Source/Android/app/src/main/AndroidManifest.xml | 1 + 1 file changed, 1 insertion(+) (limited to 'Source/Android') diff --git a/Source/Android/app/src/main/AndroidManifest.xml b/Source/Android/app/src/main/AndroidManifest.xml index 78548b4c6c..acc1db0021 100644 --- a/Source/Android/app/src/main/AndroidManifest.xml +++ b/Source/Android/app/src/main/AndroidManifest.xml @@ -21,6 +21,7 @@ + -- cgit v1.2.3 From 920a85b846e26e0e814bed020fd416ed8887ff48 Mon Sep 17 00:00:00 2001 From: Eder Bastos Date: Wed, 3 Jun 2015 19:27:09 -0400 Subject: Android TV: Add TV banner + some metadata. --- Source/Android/app/src/main/AndroidManifest.xml | 10 +++++++++- .../app/src/main/res/drawable-xhdpi/banner_tv.png | Bin 0 -> 7486 bytes .../app/src/main/res/drawable-xxxhdpi/banner_tv.png | Bin 0 -> 16240 bytes 3 files changed, 9 insertions(+), 1 deletion(-) create mode 100644 Source/Android/app/src/main/res/drawable-xhdpi/banner_tv.png create mode 100644 Source/Android/app/src/main/res/drawable-xxxhdpi/banner_tv.png (limited to 'Source/Android') diff --git a/Source/Android/app/src/main/AndroidManifest.xml b/Source/Android/app/src/main/AndroidManifest.xml index acc1db0021..b646d76320 100644 --- a/Source/Android/app/src/main/AndroidManifest.xml +++ b/Source/Android/app/src/main/AndroidManifest.xml @@ -1,6 +1,13 @@ + + + @@ -10,7 +17,8 @@ + android:supportsRtl="true" + android:banner="@drawable/banner_tv"> Date: Fri, 5 Jun 2015 16:26:49 -0400 Subject: Android TV: File Dolphin under "Games" on the TV Launcher --- Source/Android/app/src/main/AndroidManifest.xml | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'Source/Android') diff --git a/Source/Android/app/src/main/AndroidManifest.xml b/Source/Android/app/src/main/AndroidManifest.xml index b646d76320..31a673c51d 100644 --- a/Source/Android/app/src/main/AndroidManifest.xml +++ b/Source/Android/app/src/main/AndroidManifest.xml @@ -4,6 +4,9 @@ + @@ -18,6 +21,7 @@ android:icon="@drawable/ic_launcher" android:allowBackup="true" android:supportsRtl="true" + android:isGame="true" android:banner="@drawable/banner_tv">