summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJoey <joey@lineageos.org>2018-01-25 12:23:52 +0100
committerMichael Bestas <mkbestas@lineageos.org>2018-02-11 02:36:11 +0200
commit7a7a847a5abf62b0d2d379b3b0e98be468a3a6b7 (patch)
tree3682105ef12927f23ecd1355fc18b12744d1b91a
parent2d335fc0c4e4452ac7dd2b3131d9d6891f048aae (diff)
downloadandroid_packages_apps_DeskClock-7a7a847a5abf62b0d2d379b3b0e98be468a3a6b7.tar.gz
android_packages_apps_DeskClock-7a7a847a5abf62b0d2d379b3b0e98be468a3a6b7.tar.bz2
android_packages_apps_DeskClock-7a7a847a5abf62b0d2d379b3b0e98be468a3a6b7.zip
Deskclock: define app category
Change-Id: I6963ed861d6b5115ea87d1c9e59186e696b5b1de Signed-off-by: Joey <joey@lineageos.org>
-rw-r--r--AndroidManifest.xml1
1 files changed, 1 insertions, 0 deletions
diff --git a/AndroidManifest.xml b/AndroidManifest.xml
index 34d82420b..b3fbdfa90 100644
--- a/AndroidManifest.xml
+++ b/AndroidManifest.xml
@@ -45,6 +45,7 @@
android:backupAgent="DeskClockBackupAgent"
android:fullBackupContent="@xml/backup_scheme"
android:fullBackupOnly="true"
+ android:appCategory="productivity"
android:icon="@mipmap/ic_launcher_alarmclock"
android:label="@string/app_label"
android:requiredForAllUsers="true"