summaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorMikael Magnusson <mikma@users.sourceforge.net>2022-12-29 00:29:01 +0100
committerMikael Magnusson <mikma@users.sourceforge.net>2022-12-29 13:52:27 +0100
commitf0ca16b1b3566110dcaca31a905cd78cadf0a29f (patch)
treeb069e8a7573c6c04157cf2b87ea86c21fed381a3
parentce7875ca97bfc6ca94b4eb84c96da8d679821ae7 (diff)
WIP allow getting package name of tv appsnew/http-proxy
-rw-r--r--ui/src/main/AndroidManifest.xml5
1 files changed, 5 insertions, 0 deletions
diff --git a/ui/src/main/AndroidManifest.xml b/ui/src/main/AndroidManifest.xml
index 4dd38cb2..6e244d1d 100644
--- a/ui/src/main/AndroidManifest.xml
+++ b/ui/src/main/AndroidManifest.xml
@@ -135,5 +135,10 @@
<action android:name="android.intent.action.MAIN" />
<category android:name="android.intent.category.LAUNCHER" />
</intent>
+
+ <intent>
+ <action android:name="android.intent.action.MAIN" />
+ <category android:name="android.intent.category.LEANBACK_LAUNCHER" />
+ </intent>
</queries>
</manifest>