summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJoey <joey@lineageos.org>2018-01-25 12:18:00 +0100
committerJoey <joey@lineageos.org>2018-01-25 12:18:00 +0100
commit16eb6f8cb544f7ce6bcad8e0463d4301fb557053 (patch)
treea8b78bbaf2183702cbbc1dfe2fb3f2440648aa53
parentc9f3884c64c09fe3322d7e8c8a90e1041d6996f2 (diff)
downloadandroid_packages_apps_Messaging-staging/lineage-15.1.tar.gz
android_packages_apps_Messaging-staging/lineage-15.1.tar.bz2
android_packages_apps_Messaging-staging/lineage-15.1.zip
Messaging: define app categorystaging/lineage-15.1
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 94fefeb..738bca7 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="@mipmap/ic_launcher"
android:label="@string/app_name"
android:theme="@style/BugleTheme"