sdm845-common: doze: Add pocket mode support

Change-Id: I68498fb3e523fcc77a3db0ecb5d57c1a0df2a701
This commit is contained in:
Luca Stefani
2019-01-06 00:13:26 +01:00
parent 9966bf13b1
commit 7eac1259ab
4 changed files with 127 additions and 1 deletions

View File

@@ -28,4 +28,16 @@
</PreferenceCategory>
<PreferenceCategory
android:key="proximity_sensor"
android:title="@string/proximity_sensor_title">
<SwitchPreference
android:key="gesture_pocket"
android:defaultValue="false"
android:title="@string/pocket_gesture_title"
android:summary="@string/pocket_gesture_summary" />
</PreferenceCategory>
</PreferenceScreen>