mirror of
https://github.com/LawnchairLauncher/lawnchair.git
synced 2026-03-01 08:16:49 +00:00
Initial changes to allow dragging external shortcuts to launcher using the same InstallShortcut intent.
Change-Id: I21b57115429ed37d604084ae01308d1d3f33ee7e
This commit is contained in:
@@ -26,7 +26,7 @@ import android.widget.Toast;
|
||||
import com.android.launcher.R;
|
||||
|
||||
public class InstallShortcutReceiver extends BroadcastReceiver {
|
||||
private static final String ACTION_INSTALL_SHORTCUT =
|
||||
public static final String ACTION_INSTALL_SHORTCUT =
|
||||
"com.android.launcher.action.INSTALL_SHORTCUT";
|
||||
|
||||
private final int[] mCoordinates = new int[2];
|
||||
|
||||
Reference in New Issue
Block a user