Messaging: define app category

Change-Id: I045f394cd2dfa9018cb5d9463c35371bc8814690
Signed-off-by: Joey <joey@lineageos.org>
This commit is contained in:
Joey
2024-09-09 05:45:11 +03:00
committed by Michael Bestas
parent b12ae5b15b
commit 0ced42c0f1
+1
View File
@@ -59,6 +59,7 @@
<application <application
android:name="com.android.messaging.BugleApplication" android:name="com.android.messaging.BugleApplication"
android:allowBackup="false" android:allowBackup="false"
android:appCategory="social"
android:icon="@drawable/ic_launcher" android:icon="@drawable/ic_launcher"
android:label="@string/app_name" android:label="@string/app_name"
android:theme="@style/BugleTheme" android:theme="@style/BugleTheme"