Remove "Vibrate and ring" option
It will be part of Phone's settings. See Ifb19b53b850ee8a4c15 Bug: 6029673 Change-Id: I7168ed140266a7c754fb3d7209cf12e73041c306
This commit is contained in:
@@ -1512,8 +1512,6 @@
|
||||
<string name="ring_volume_title">Ringer volume</string>
|
||||
<!-- Sound settings screen, setting option name checkbox -->
|
||||
<string name="vibrate_in_silent_title">Vibrate when silent</string>
|
||||
<!-- Sound settings screen, setting option name checkbox -->
|
||||
<string name="vibrate_on_ring_title">Vibrate and ring</string>
|
||||
<!-- Sound settings screen, setting option name -->
|
||||
<string name="notification_sound_title">Default notification</string>
|
||||
<!-- Sound settings screen, notification light repeat pulsing title -->
|
||||
|
||||
@@ -58,11 +58,6 @@
|
||||
android:persistent="false"
|
||||
android:ringtoneType="notification" />
|
||||
|
||||
<CheckBoxPreference
|
||||
android:key="vibrate_on_ring"
|
||||
android:title="@string/vibrate_on_ring_title"
|
||||
android:defaultValue="false" />
|
||||
|
||||
<PreferenceCategory
|
||||
android:title="@string/sound_category_feedback_title"/>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user