Add pref for notification swipe direction
And move that and other settings under an 'advanced' category Test: robotests Fixes: 124099692 Change-Id: I89df276a8bc1cd56ce8530239ca02b2c4b43fa65
This commit is contained in:
@@ -1098,6 +1098,17 @@
|
||||
<item>zen_mode_from_none</item>
|
||||
</string-array>
|
||||
|
||||
<!--String arrays for notification swipe direction -->
|
||||
<string-array name="swipe_direction_titles">
|
||||
<item>@string/swipe_direction_rtl</item>
|
||||
<item>@string/swipe_direction_ltr</item>
|
||||
</string-array>
|
||||
|
||||
<string-array name="swipe_direction_values">
|
||||
<item>1</item>
|
||||
<item>0</item>
|
||||
</string-array>
|
||||
|
||||
<string-array name="wifi_metered_entries">
|
||||
<item>Detect automatically</item>
|
||||
<item>Treat as metered</item>
|
||||
|
||||
Reference in New Issue
Block a user