diff options
author | Joey <joey@lineageos.org> | 2018-01-25 12:23:52 +0100 |
---|---|---|
committer | Michael Bestas <mkbestas@lineageos.org> | 2020-12-08 19:39:11 +0200 |
commit | 107b5509722418f8208f47b15d93678855eaa4e9 (patch) | |
tree | b2bc9a1acc95b7abd4e37c8ded96fb7bb0f7666b | |
parent | 8dd096c4cfb647960be1695a57246727878b8c8d (diff) |
Deskclock: define app category
Change-Id: I6963ed861d6b5115ea87d1c9e59186e696b5b1de
Signed-off-by: Joey <joey@lineageos.org>
-rw-r--r-- | AndroidManifest.xml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/AndroidManifest.xml b/AndroidManifest.xml index 7cc4dd53e..ae7bdfc6f 100644 --- a/AndroidManifest.xml +++ b/AndroidManifest.xml @@ -47,6 +47,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" |