commit | 2233c8850d521defa82e358e3c5bae3ec75df426 | [log] [tgz] |
---|---|---|
author | Sunny Goyal <sunnygoyal@google.com> | Thu Sep 18 14:36:48 2014 -0700 |
committer | Sunny Goyal <sunnygoyal@google.com> | Fri Sep 19 12:23:34 2014 -0700 |
tree | b5e99cfeaa06009edef960b323892c55780ca029 | |
parent | 136882c1950da1e5f0a24a8b6807b186a3297d8e [diff] |
Changing intent action for auto installs Bug: 17425805 Change-Id: I12e94860206ed62d6ba04f0b5734cc55ba414e45
diff --git a/src/com/android/launcher3/AutoInstallsLayout.java b/src/com/android/launcher3/AutoInstallsLayout.java index 931501c..00f0cf3 100644 --- a/src/com/android/launcher3/AutoInstallsLayout.java +++ b/src/com/android/launcher3/AutoInstallsLayout.java
@@ -57,7 +57,7 @@ /** Marker action used to discover a package which defines launcher customization */ static final String ACTION_LAUNCHER_CUSTOMIZATION = - "com.android.launcher3.action.LAUNCHER_CUSTOMIZATION"; + "android.autoinstalls.config.action.PLAY_AUTO_INSTALL"; private static final String LAYOUT_RES = "default_layout";