add a setting for the heads up: app part

Bug: 13208692
Depends-On: I6847f7a5f275aee2f608de0237dab0e45c39b33f
Change-Id: Ia410a473492aa7637449ba5a5dc068f98618ad03
This commit is contained in:
Chris Wren
2014-02-28 16:16:59 -05:00
parent 0f9ab45376
commit ad1b7eb398
3 changed files with 45 additions and 1 deletions

View File

@@ -53,6 +53,12 @@
android:title="@string/notification_pulse_title"
android:persistent="false" />
<CheckBoxPreference
android:key="heads_up"
android:title="@string/heads_up_enabled_title"
android:summary="@string/heads_up_enabled_summary"
android:persistent="false" />
<PreferenceScreen
android:key="wifi_display"
android:title="@string/wifi_display_settings_title"