summaryrefslogtreecommitdiffhomepage
path: root/ui/src/main/AndroidManifest.xml
diff options
context:
space:
mode:
authorMikael Magnusson <mikma@users.sourceforge.net>2022-03-29 23:51:21 +0200
committerMikael Magnusson <mikma@users.sourceforge.net>2023-02-09 21:15:02 +0100
commitab82172b8dec54cd3c05dd77ec1de63fcfd21724 (patch)
treecd94a84cba0ffe4eeb84998696ba8c720b959505 /ui/src/main/AndroidManifest.xml
parentaedefb00c1cce83a12c02b68554f91714feacf2d (diff)
tunnel: implement http proxy for Android 10+
Allow getting package names of tv apps.
Diffstat (limited to 'ui/src/main/AndroidManifest.xml')
-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 f1daac30..bc1a9dd2 100644
--- a/ui/src/main/AndroidManifest.xml
+++ b/ui/src/main/AndroidManifest.xml
@@ -141,5 +141,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>