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

Commit ba0c1f5d authored by Will Leshner's avatar Will Leshner
Browse files

Remove glanceable hub lockscreen shortcut default for tangor.

We aren't shipping lockscreen shortcuts for tangor.

Bug: 388900801
Test: Nothing to test as this just removes unused config values
Flag: EXEMPT cleanup
Change-Id: I92741bf076bf27bb6bd0e0b80f0ddc3a080cb79d
parent 5c84e052
Loading
Loading
Loading
Loading
+0 −1
Original line number Original line Diff line number Diff line
@@ -424,7 +424,6 @@ android_library {
    manifest: "AndroidManifest-res.xml",
    manifest: "AndroidManifest-res.xml",
    flags_packages: [
    flags_packages: [
        "android.app.flags-aconfig",
        "android.app.flags-aconfig",
        "com_android_systemui_flags",
    ],
    ],
}
}


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


<!-- These resources are around just to allow their values to be customized
<!-- These resources are around just to allow their values to be customized
     for different hardware and product builds. -->
     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 -->
    <!-- The maximum number of rows in the QuickSettings -->
    <integer name="quick_settings_max_rows">4</integer>
    <integer name="quick_settings_max_rows">4</integer>


@@ -51,9 +51,7 @@
    ignored. -->
    ignored. -->
    <string-array name="config_keyguardQuickAffordanceDefaults" translatable="false">
    <string-array name="config_keyguardQuickAffordanceDefaults" translatable="false">
        <item>bottom_start:home</item>
        <item>bottom_start:home</item>
        <!-- TODO(b/384119565): revisit decision on defaults -->
        <item>bottom_end:create_note</item>
        <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>
    </string-array>
    </string-array>


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