Changing intent action for auto installs
Bug: 17425805 Change-Id: I12e94860206ed62d6ba04f0b5734cc55ba414e45
This commit is contained in:
parent
136882c195
commit
2233c8850d
|
@ -57,7 +57,7 @@ public class AutoInstallsLayout implements WorkspaceLoader {
|
||||||
|
|
||||||
/** Marker action used to discover a package which defines launcher customization */
|
/** Marker action used to discover a package which defines launcher customization */
|
||||||
static final String ACTION_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";
|
private static final String LAYOUT_RES = "default_layout";
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue