summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJoey <joey@lineageos.org>2018-01-25 12:20:24 +0100
committerLuK1337 <priv.luk@gmail.com>2019-10-21 21:42:08 +0200
commita09ba66e6f713d8382551f6447032cc228299283 (patch)
treef3ce1904536f595dbbc53ba4a2559d6a4b1d5e1f
parentcd479379b1a31096e267b87fbdd2ea4e80533aaf (diff)
downloadandroid_packages_apps_Gallery2-a09ba66e6f713d8382551f6447032cc228299283.tar.gz
android_packages_apps_Gallery2-a09ba66e6f713d8382551f6447032cc228299283.tar.bz2
android_packages_apps_Gallery2-a09ba66e6f713d8382551f6447032cc228299283.zip
Gallery: define app category
Change-Id: I04a4650a55bf45cfeb103d5fedc0cf7ff67197e5 Signed-off-by: Joey <joey@lineageos.org>
-rwxr-xr-xAndroidManifest.xml1
1 files changed, 1 insertions, 0 deletions
diff --git a/AndroidManifest.xml b/AndroidManifest.xml
index a11bda033..bc639e365 100755
--- a/AndroidManifest.xml
+++ b/AndroidManifest.xml
@@ -65,6 +65,7 @@
android:logo="@mipmap/ic_launcher_gallery"
android:hardwareAccelerated="true"
android:largeHeap="true"
+ android:appCategory="image"
android:restoreAnyVersion="true"
android:supportsRtl="true"
android:usesCleartextTraffic="true">