[Android] Set application category to video

Geoffrey Métais git at videolan.org
Tue Aug 22 14:53:43 CEST 2017


vlc-android | branch: master | Geoffrey Métais <geoffrey.metais at gmail.com> | Tue Aug 22 11:44:17 2017 +0200| [5d85b835084eec0bb592500b89aa01023632be34] | committer: Geoffrey Métais

Set application category to video

> https://code.videolan.org/videolan/vlc-android/commit/5d85b835084eec0bb592500b89aa01023632be34
---

 vlc-android/AndroidManifest.xml | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/vlc-android/AndroidManifest.xml b/vlc-android/AndroidManifest.xml
index 778abbeec..b0dee34fb 100644
--- a/vlc-android/AndroidManifest.xml
+++ b/vlc-android/AndroidManifest.xml
@@ -58,7 +58,8 @@
         android:logo="@drawable/icon"
         android:theme="@style/Theme.VLC.Transparent"
         android:supportsRtl="true"
-        tools:targetAPI="lollipop">
+        android:appCategory="video"
+        tools:targetApi="o">
 
         <!-- Enable VLC in Samsung multiwindow mode -->
         <meta-data android:name="com.samsung.android.sdk.multiwindow.enable" android:value="true" />



More information about the Android mailing list