summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJoey <joey@lineageos.org>2018-01-25 12:18:00 +0100
committerMichael Bestas <mkbestas@lineageos.org>2019-09-15 01:37:54 +0300
commitd0d42d9ce194c4c8dc2eb2f381e95532f2924593 (patch)
treecf7c83d6be8b92659e1c097524e1c8883f9eceea
parente22d17d18b8099ca39f80ea5a1bb7e9229c8c8e6 (diff)
downloadpackages_apps_Messaging-d0d42d9ce194c4c8dc2eb2f381e95532f2924593.tar.gz
packages_apps_Messaging-d0d42d9ce194c4c8dc2eb2f381e95532f2924593.tar.bz2
packages_apps_Messaging-d0d42d9ce194c4c8dc2eb2f381e95532f2924593.zip
Messaging: define app category
Change-Id: I045f394cd2dfa9018cb5d9463c35371bc8814690 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 e23fcc0..1757415 100644
--- a/AndroidManifest.xml
+++ b/AndroidManifest.xml
@@ -58,6 +58,7 @@
<application
android:name="com.android.messaging.BugleApplication"
android:allowBackup="false"
+ android:appCategory="social"
android:icon="@drawable/ic_launcher"
android:label="@string/app_name"
android:theme="@style/BugleTheme"