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

Commit b731f4d5 authored by Steve Elliott's avatar Steve Elliott Committed by Android (Google) Code Review
Browse files

Merge "Remove info footer in global actions panel settings" into qt-dev

parents f7f1dd37 2c293a24
Loading
Loading
Loading
Loading
+0 −2
Original line number Diff line number Diff line
@@ -10249,8 +10249,6 @@
    <string name="global_actions_panel_title" translatable="false">Show global actions</string>
    <!-- Short title text for global actions panel [CHAR LIMIT=40] [DO NOT TRANSLATE]-->
    <string name="global_actions_panel_short_title" translatable="false">Global actions</string>
    <!-- Footer text for global actions panel [CHAR LIMIT=NONE] [DO NOT TRANSLATE]-->
    <string name="global_actions_panel_footer" translatable="false">The global actions panel can be accessed even when the device is locked.</string>
    <!-- Title text for swiping downwards on fingerprint sensor for notifications [CHAR LIMIT=80]-->
    <string name="fingerprint_swipe_for_notifications_title">Swipe fingerprint for notifications</string>
+1 −5
Original line number Diff line number Diff line
@@ -33,8 +33,4 @@
        app:controller="com.android.settings.gestures.GlobalActionsPanelPreferenceController"
        app:allowDividerAbove="true" />

    <com.android.settingslib.widget.FooterPreference
        android:key="footer_preference"
        android:title="@string/global_actions_panel_footer" />

</PreferenceScreen>