Merge "Move notification LED setting down to SYSTEM section."
This commit is contained in:
committed by
Android (Google) Code Review
commit
a9ec5e5071
@@ -64,11 +64,6 @@
|
|||||||
android:persistent="false"
|
android:persistent="false"
|
||||||
android:ringtoneType="notification" />
|
android:ringtoneType="notification" />
|
||||||
|
|
||||||
<CheckBoxPreference
|
|
||||||
android:key="notification_pulse"
|
|
||||||
android:title="@string/notification_pulse_title"
|
|
||||||
android:persistent="false" />
|
|
||||||
|
|
||||||
<PreferenceCategory
|
<PreferenceCategory
|
||||||
android:title="@string/sound_category_feedback_title"/>
|
android:title="@string/sound_category_feedback_title"/>
|
||||||
|
|
||||||
@@ -94,6 +89,11 @@
|
|||||||
android:title="@string/haptic_feedback_enable_title"
|
android:title="@string/haptic_feedback_enable_title"
|
||||||
android:defaultValue="true" />
|
android:defaultValue="true" />
|
||||||
|
|
||||||
|
<CheckBoxPreference
|
||||||
|
android:key="notification_pulse"
|
||||||
|
android:title="@string/notification_pulse_title"
|
||||||
|
android:persistent="false" />
|
||||||
|
|
||||||
<ListPreference
|
<ListPreference
|
||||||
android:key="emergency_tone"
|
android:key="emergency_tone"
|
||||||
android:title="@string/emergency_tone_title"
|
android:title="@string/emergency_tone_title"
|
||||||
|
|||||||
Reference in New Issue
Block a user