Merge "Remove info footer in global actions panel settings" into qt-dev
am: b731f4d5b9
Change-Id: I7890695180fb191d58e5754e5baab032c82964b0
This commit is contained in:
@@ -10251,8 +10251,6 @@
|
|||||||
<string name="global_actions_panel_title" translatable="false">Show global actions</string>
|
<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]-->
|
<!-- 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>
|
<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]-->
|
<!-- 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>
|
<string name="fingerprint_swipe_for_notifications_title">Swipe fingerprint for notifications</string>
|
||||||
|
@@ -33,8 +33,4 @@
|
|||||||
app:controller="com.android.settings.gestures.GlobalActionsPanelPreferenceController"
|
app:controller="com.android.settings.gestures.GlobalActionsPanelPreferenceController"
|
||||||
app:allowDividerAbove="true" />
|
app:allowDividerAbove="true" />
|
||||||
|
|
||||||
<com.android.settingslib.widget.FooterPreference
|
|
||||||
android:key="footer_preference"
|
|
||||||
android:title="@string/global_actions_panel_footer" />
|
|
||||||
|
|
||||||
</PreferenceScreen>
|
</PreferenceScreen>
|
Reference in New Issue
Block a user