summaryrefslogtreecommitdiff
path: root/src_build_config/com/android/launcher3/BuildConfig.java
diff options
context:
space:
mode:
Diffstat (limited to 'src_build_config/com/android/launcher3/BuildConfig.java')
-rw-r--r--src_build_config/com/android/launcher3/BuildConfig.java9
1 files changed, 2 insertions, 7 deletions
diff --git a/src_build_config/com/android/launcher3/BuildConfig.java b/src_build_config/com/android/launcher3/BuildConfig.java
index 9a81d3f54c..49aadf61ff 100644
--- a/src_build_config/com/android/launcher3/BuildConfig.java
+++ b/src_build_config/com/android/launcher3/BuildConfig.java
@@ -17,11 +17,6 @@
package com.android.launcher3;
public final class BuildConfig {
- public static final String APPLICATION_ID = "com.android.launcher3";
- public static final boolean DEBUG = false;
- /**
- * Flag to state if the QSB is on the first screen and placed on the top,
- * this can be overwritten in other launchers with a different value, if needed.
- */
- public static final boolean QSB_ON_FIRST_SCREEN = true;
+ public static final String APPLICATION_ID = "com.android.launcher3";
+ public static final boolean DEBUG = false;
}