summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authord34d <clark@cyngn.com>2016-02-08 13:37:49 -0800
committerClark Scheff <clark@cyngn.com>2016-02-08 14:32:01 -0800
commit7ac6008c621dd2e28077beeab36c48e1a32a920b (patch)
tree65fb06dbb766094588be7a764b3cea68e4b8926a
parentddc2a9720256d449681eb103845b81251e6ca7c6 (diff)
downloadandroid_packages_providers_ThemesProvider-7ac6008c621dd2e28077beeab36c48e1a32a920b.tar.gz
android_packages_providers_ThemesProvider-7ac6008c621dd2e28077beeab36c48e1a32a920b.tar.bz2
android_packages_providers_ThemesProvider-7ac6008c621dd2e28077beeab36c48e1a32a920b.zip
Update messaging component for icon previews
Messaging is now com.android.messaging and the main activity is now com.android.messaging.ui.conversationlist.ConversationListActivity Change-Id: I1878be46dc1b775ad633336940fc831d88b2558f TICKET: CYNGNOS-1887 (cherry picked from commit 14fa94881aef856a6944f4b620373121ecd57453)
-rw-r--r--src/org/cyanogenmod/themes/provider/util/IconPreviewGenerator.java3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/org/cyanogenmod/themes/provider/util/IconPreviewGenerator.java b/src/org/cyanogenmod/themes/provider/util/IconPreviewGenerator.java
index 932037b..8f4fe64 100644
--- a/src/org/cyanogenmod/themes/provider/util/IconPreviewGenerator.java
+++ b/src/org/cyanogenmod/themes/provider/util/IconPreviewGenerator.java
@@ -27,7 +27,8 @@ public class IconPreviewGenerator {
private static final ComponentName COMPONENT_DIALERNEXT =
new ComponentName("com.cyngn.dialer", "com.android.dialer.DialtactsActivity");
private static final ComponentName COMPONENT_MESSAGING =
- new ComponentName("com.android.mms", "com.android.mms.ui.ConversationList");
+ new ComponentName("com.android.messaging",
+ "com.android.messaging.ui.conversationlist.ConversationListActivity");
private static final ComponentName COMPONENT_CAMERANEXT =
new ComponentName("com.cyngn.cameranext", "com.android.camera.CameraLauncher");
private static final ComponentName COMPONENT_CAMERA =