From 497859ad90ba1f7e89295f4221f546637c3bd17f Mon Sep 17 00:00:00 2001 From: Matthew Garrett Date: Sun, 22 May 2016 14:07:20 -0700 Subject: ANDROID: Add support for Leanback Launcher on Android TV Android TV needs some modifications to the manifest and a new icon in order for apps to appear in the launcher. --- dists/android/AndroidManifest.xml | 16 ++++++++++++++++ dists/android/AndroidManifest.xml.in | 16 ++++++++++++++++ dists/android/res/drawable-xhdpi/leanback_icon.png | Bin 0 -> 25962 bytes 3 files changed, 32 insertions(+) create mode 100644 dists/android/res/drawable-xhdpi/leanback_icon.png (limited to 'dists/android') diff --git a/dists/android/AndroidManifest.xml b/dists/android/AndroidManifest.xml index d605d9b3cc..14161668fe 100644 --- a/dists/android/AndroidManifest.xml +++ b/dists/android/AndroidManifest.xml @@ -15,6 +15,7 @@ + + + + + + @@ -42,4 +51,11 @@ + + + + + diff --git a/dists/android/AndroidManifest.xml.in b/dists/android/AndroidManifest.xml.in index d90e282e3d..de2f2d905e 100644 --- a/dists/android/AndroidManifest.xml.in +++ b/dists/android/AndroidManifest.xml.in @@ -15,6 +15,7 @@ + + + + + + @@ -42,4 +51,11 @@ + + + + + diff --git a/dists/android/res/drawable-xhdpi/leanback_icon.png b/dists/android/res/drawable-xhdpi/leanback_icon.png new file mode 100644 index 0000000000..28a7196b7f Binary files /dev/null and b/dists/android/res/drawable-xhdpi/leanback_icon.png differ -- cgit v1.2.3