Add support for Cyrus CM17
This commit is contained in:
12242
cm17/patches/boot_image.patch
Normal file
12242
cm17/patches/boot_image.patch
Normal file
File diff suppressed because it is too large
Load Diff
13
cm17/patches/remove_launcher3_qsb.patch
Normal file
13
cm17/patches/remove_launcher3_qsb.patch
Normal file
@@ -0,0 +1,13 @@
|
||||
diff --git a/src/com/android/launcher3/config/FeatureFlags.java b/src/com/android/launcher3/config/FeatureFlags.java
|
||||
index 88a9abaf8d..d4a65f05bb 100644
|
||||
--- a/src/com/android/launcher3/config/FeatureFlags.java
|
||||
+++ b/src/com/android/launcher3/config/FeatureFlags.java
|
||||
@@ -52,7 +52,7 @@ public final class FeatureFlags {
|
||||
* Enable moving the QSB on the 0th screen of the workspace. This is not a configuration feature
|
||||
* and should be modified at a project level.
|
||||
*/
|
||||
- public static final boolean QSB_ON_FIRST_SCREEN = true;
|
||||
+ public static final boolean QSB_ON_FIRST_SCREEN = false;
|
||||
|
||||
/**
|
||||
* Feature flag to handle define config changes dynamically instead of killing the process.
|
||||
Reference in New Issue
Block a user