summaryrefslogtreecommitdiffstats
path: root/AndroidManifest.xml
diff options
context:
space:
mode:
authorJoey <joey@lineageos.org>2018-01-25 12:18:00 +0100
committerMichael Bestas <mkbestas@lineageos.org>2019-12-11 20:10:07 +0200
commitc52a1742b7bc55004ba5c384cd99b793f3e99940 (patch)
treecf7c83d6be8b92659e1c097524e1c8883f9eceea /AndroidManifest.xml
parenteb5346d309d8ffa935bef436ffc6286579e4ce37 (diff)
downloadandroid_packages_apps_Messaging-c52a1742b7bc55004ba5c384cd99b793f3e99940.tar.gz
android_packages_apps_Messaging-c52a1742b7bc55004ba5c384cd99b793f3e99940.tar.bz2
android_packages_apps_Messaging-c52a1742b7bc55004ba5c384cd99b793f3e99940.zip
Messaging: define app category
Change-Id: I045f394cd2dfa9018cb5d9463c35371bc8814690 Signed-off-by: Joey <joey@lineageos.org>
Diffstat (limited to 'AndroidManifest.xml')
-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"