From 687bf8b20832b2a90d3dc73c967bb1838a150d39 Mon Sep 17 00:00:00 2001 From: Revath S Kumar Date: Thu, 23 Jan 2020 01:11:56 +0530 Subject: Manifest: make wireguard compatible with android TV As of now wireguard is not listed in Android TV play store due to the lack of CATEGORY_LEANBACK_LAUNCHER [1]. Even the app is not listed when we sideload into TV device[2]. [1]: https://developer.android.com/reference/android/content/Intent.html#CATEGORY_LEANBACK_LAUNCHER [2]: https://developer.android.com/training/tv/start/start.html#tv-activity Signed-off-by: Revath S Kumar Signed-off-by: Jason A. Donenfeld --- app/src/main/AndroidManifest.xml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/app/src/main/AndroidManifest.xml b/app/src/main/AndroidManifest.xml index 21fc6eb3..9bd29405 100644 --- a/app/src/main/AndroidManifest.xml +++ b/app/src/main/AndroidManifest.xml @@ -16,6 +16,8 @@ android:label="@string/permission_label" android:protectionLevel="dangerous" /> + + + -- cgit v1.2.3-59-g8ed1b