am 7e053f87: Merge "Changing intent action for auto installs" into ub-now-porkchop

* commit '7e053f8784c886359f911161db5fd8b61333450d':
  Changing intent action for auto installs
This commit is contained in:
Sunny Goyal 2014-09-19 19:57:35 +00:00 committed by Android Git Automerger
commit 06f4dc5dfc
1 changed files with 1 additions and 1 deletions

View File

@ -57,7 +57,7 @@ public class AutoInstallsLayout implements WorkspaceLoader {
/** 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";