mirror of
https://github.com/LawnchairLauncher/lawnchair.git
synced 2026-03-04 09:56:49 +00:00
Restoring INSTALL_SHORTCUT receiver (Bug. 10343529)
Change-Id: Icd6a97c1d7877241aa9c71bd80dfdbe6e44ca7ee
This commit is contained in:
@@ -37,7 +37,7 @@ import org.json.*;
|
||||
|
||||
public class InstallShortcutReceiver extends BroadcastReceiver {
|
||||
public static final String ACTION_INSTALL_SHORTCUT =
|
||||
"com.android.launcher3.action.INSTALL_SHORTCUT";
|
||||
"com.android.launcher.action.INSTALL_SHORTCUT";
|
||||
|
||||
public static final String DATA_INTENT_KEY = "intent.data";
|
||||
public static final String LAUNCH_INTENT_KEY = "intent.launch";
|
||||
|
||||
Reference in New Issue
Block a user