summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/com/android/launcher3/Launcher.java6
1 files changed, 6 insertions, 0 deletions
diff --git a/src/com/android/launcher3/Launcher.java b/src/com/android/launcher3/Launcher.java
index 3adfb9508..46943b510 100644
--- a/src/com/android/launcher3/Launcher.java
+++ b/src/com/android/launcher3/Launcher.java
@@ -128,6 +128,12 @@ public class Launcher extends Activity
private static final int REQUEST_BIND_APPWIDGET = 11;
+ /**
+ * IntentStarter uses request codes starting with this. This must be greater than all activity
+ * request codes used internally.
+ */
+ protected static final int REQUEST_LAST = 100;
+
static final String EXTRA_SHORTCUT_DUPLICATE = "duplicate";
static final int SCREEN_COUNT = 5;