Add a setting for the volume hush gesture
Bug: 75252670 Test: make -j20 RunSettingsRoboTests Change-Id: I699aeec54eb516931b6d7c5b3fc864b169015c2f
This commit is contained in:
@@ -1095,4 +1095,17 @@
|
||||
<item>no</item>
|
||||
</string-array>
|
||||
|
||||
<string-array name="gesture_prevent_ringing_entries" translatable="false">
|
||||
<item>@string/prevent_ringing_option_vibrate</item>
|
||||
<item>@string/prevent_ringing_option_mute</item>
|
||||
<item>@string/prevent_ringing_option_none</item>
|
||||
</string-array>
|
||||
|
||||
<!-- Keep in sync with Settings.Secure.VOLUME_HUSH_* -->
|
||||
<string-array name="gesture_prevent_ringing_values" translatable="false">
|
||||
<item>1</item>
|
||||
<item>2</item>
|
||||
<item>0</item>
|
||||
</string-array>
|
||||
|
||||
</resources>
|
||||
|
||||
Reference in New Issue
Block a user