summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJoey <joey@lineageos.org>2018-01-25 12:20:24 +0100
committerJoey <joey@lineageos.org>2018-01-25 12:20:24 +0100
commitdc5f813d5bd2b90b39aa0d1e1a979ba228d9cdb7 (patch)
treee33328892f7f9c955aa7af0524fb7ac082814107
parent1075db3c344553e46ab463bf908d5eda8f105986 (diff)
downloadandroid_packages_apps_Gallery2-dc5f813d5bd2b90b39aa0d1e1a979ba228d9cdb7.tar.gz
android_packages_apps_Gallery2-dc5f813d5bd2b90b39aa0d1e1a979ba228d9cdb7.tar.bz2
android_packages_apps_Gallery2-dc5f813d5bd2b90b39aa0d1e1a979ba228d9cdb7.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 29c58d2e7..87ecb0da9 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">