mirror of
https://github.com/LawnchairLauncher/lawnchair.git
synced 2026-03-01 08:16:49 +00:00
Initial changes to allow resolution of arbitrary clip data to widgets that support them.
Change-Id: Id5dfa8436a5bf6eb7bd300ec603911a9d3698de3
This commit is contained in:
@@ -29,6 +29,10 @@ public class InstallShortcutReceiver extends BroadcastReceiver {
|
||||
public static final String ACTION_INSTALL_SHORTCUT =
|
||||
"com.android.launcher.action.INSTALL_SHORTCUT";
|
||||
|
||||
// A mime-type representing shortcut data
|
||||
public static final String SHORTCUT_MIMETYPE =
|
||||
"com.android.launcher/shortcut";
|
||||
|
||||
private final int[] mCoordinates = new int[2];
|
||||
|
||||
public void onReceive(Context context, Intent data) {
|
||||
|
||||
Reference in New Issue
Block a user