Add tap to wake setting

Depends on Ic1ad910dd38acbc68ef040b2acdf3696ec2c2e4e
Bug: 16875464
Change-Id: Iae929099256e9077f8a4747a41fb965b8f9a72fb
This commit is contained in:
Jason Monk
2015-03-31 16:39:28 -04:00
parent 79670bbe68
commit 86dd6bab5b
3 changed files with 36 additions and 0 deletions

View File

@@ -72,6 +72,12 @@
android:summary="@string/doze_summary"
android:persistent="false" />
<SwitchPreference
android:key="tap_to_wake"
android:title="@string/tap_to_wake"
android:summary="@string/tap_to_wake_summary"
android:persistent="false" />
<com.android.settings.WarnedListPreference
android:key="font_size"
android:title="@string/title_font_size"