summaryrefslogtreecommitdiff
path: root/src/com/android/customization/model/themedicon
diff options
context:
space:
mode:
Diffstat (limited to 'src/com/android/customization/model/themedicon')
-rw-r--r--src/com/android/customization/model/themedicon/ThemedIconUtils.java2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/com/android/customization/model/themedicon/ThemedIconUtils.java b/src/com/android/customization/model/themedicon/ThemedIconUtils.java
index 8f1bdeea..c339c5a8 100644
--- a/src/com/android/customization/model/themedicon/ThemedIconUtils.java
+++ b/src/com/android/customization/model/themedicon/ThemedIconUtils.java
@@ -36,7 +36,7 @@ public class ThemedIconUtils {
public ThemedIconUtils(Context context, String authorityMetaKey) {
mContext = context;
- Intent homeIntent = new Intent(Intent.ACTION_MAIN).addCategory(Intent.CATEGORY_LAUNCHER);
+ Intent homeIntent = new Intent(Intent.ACTION_MAIN).addCategory(Intent.CATEGORY_HOME);
ResolveInfo resolveInfo = mContext.getPackageManager().resolveActivity(homeIntent,
PackageManager.MATCH_DEFAULT_ONLY | PackageManager.GET_META_DATA);