Skip to content
Snippets Groups Projects
Commit 1bdb3eae authored by Benoît Harrault's avatar Benoît Harrault
Browse files

Fix Google Messages non free app activity name

parent adc1cd03
No related branches found
No related tags found
1 merge request!205Resolve "Fix "Google Messages" non free app icon"
Pipeline #4050 passed
...@@ -8,8 +8,8 @@ android { ...@@ -8,8 +8,8 @@ android {
applicationId "org.benoitharrault.ameixanonfree" applicationId "org.benoitharrault.ameixanonfree"
minSdkVersion 16 minSdkVersion 16
targetSdkVersion 30 targetSdkVersion 30
versionCode 143 versionCode 144
versionName "1.76.0" versionName "1.76.1"
archivesBaseName = "$applicationId" + "_" + "$versionCode" archivesBaseName = "$applicationId" + "_" + "$versionCode"
} }
......
...@@ -79,6 +79,9 @@ ...@@ -79,6 +79,9 @@
<item <item
component="ComponentInfo{com.google.android.gm/com.google.android.gm.ConversationListActivityGmail}" component="ComponentInfo{com.google.android.gm/com.google.android.gm.ConversationListActivityGmail}"
drawable="nonfree_gmail" /> drawable="nonfree_gmail" />
<item
component="ComponentInfo{com.google.android.apps.messaging/com.google.android.apps.messaging.main.MainActivity}"
drawable="sms" />
<item <item
component="ComponentInfo{com.google.android.youtube/com.google.android.youtube.app.honeycomb.Shell$HomeActivity}" component="ComponentInfo{com.google.android.youtube/com.google.android.youtube.app.honeycomb.Shell$HomeActivity}"
drawable="nonfree_youtube" /> drawable="nonfree_youtube" />
...@@ -8135,9 +8138,6 @@ ...@@ -8135,9 +8138,6 @@
<item <item
component="ComponentInfo{com.orpheusdroid.sqliteviewer/com.orpheusdroid.sqliteviewer.ui.MainActivity}" component="ComponentInfo{com.orpheusdroid.sqliteviewer/com.orpheusdroid.sqliteviewer.ui.MainActivity}"
drawable="asqlitemanager" /> drawable="asqlitemanager" />
<item
component="ComponentInfo{com.google.android.apps.messaging/com.google.android.apps.messaging.ui.ConversationListActivity}"
drawable="sms" />
<item <item
component="ComponentInfo{com.android.thememanager/com.android.thememanager.ThemeResourceTabActivity}" component="ComponentInfo{com.android.thememanager/com.android.thememanager.ThemeResourceTabActivity}"
drawable="miuithemes" /> drawable="miuithemes" />
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment