Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 37fd1b41 authored by William Leshner's avatar William Leshner Committed by Android (Google) Code Review
Browse files

Merge "Remove glanceable hub lockscreen shortcut default for tangor." into main

parents 218dbd8e ba0c1f5d
Loading
Loading
Loading
Loading
+0 −1
Original line number Diff line number Diff line
@@ -425,7 +425,6 @@ android_library {
    manifest: "AndroidManifest-res.xml",
    flags_packages: [
        "android.app.flags-aconfig",
        "com_android_systemui_flags",
    ],
}

+2 −4
Original line number Diff line number Diff line
@@ -19,7 +19,7 @@

<!-- These resources are around just to allow their values to be customized
     for different hardware and product builds. -->
<resources xmlns:android="http://schemas.android.com/apk/res/android">
<resources>
    <!-- The maximum number of rows in the QuickSettings -->
    <integer name="quick_settings_max_rows">4</integer>

@@ -51,9 +51,7 @@
    ignored. -->
    <string-array name="config_keyguardQuickAffordanceDefaults" translatable="false">
        <item>bottom_start:home</item>
        <!-- TODO(b/384119565): revisit decision on defaults -->
        <item android:featureFlag="!com.android.systemui.glanceable_hub_v2_resources">bottom_end:create_note</item>
        <item android:featureFlag="com.android.systemui.glanceable_hub_v2_resources">bottom_end:glanceable_hub</item>
        <item>bottom_end:create_note</item>
    </string-array>

    <!-- Whether volume panel should use the large screen layout or not -->