Revert change to move Display->Ambient Display to Moves->Quick screen check.

am: 9b3000d8ac

Change-Id: I81191942eee433b04ff72672e98ec0ffd080e7cf
This commit is contained in:
Doris Ling
2016-08-05 21:04:57 +00:00
committed by android-build-merger
7 changed files with 22 additions and 71 deletions

View File

@@ -2214,7 +2214,7 @@
<!-- [CHAR LIMIT=30] Display settings screen, setting option name to change whether the ambient display feature is enabled. -->
<string name="doze_title">Ambient display</string>
<!-- [CHAR LIMIT=NONE] Display settings screen, setting description for the ambient display feature. -->
<string name="doze_summary">Wake screen when you double-tap it or get new notifications. See how</string>
<string name="doze_summary">Wake screen when you receive notifications</string>
<!-- [CHAR LIMIT=30] Sound & display settings screen, setting option name to change font size -->
<string name="title_font_size">Font size</string>
<!-- Summary for Font size. Lets the user know that this will make text larger or smaller. Appears in the accessibility portion of setup wizard. [CHAR LIMIT=NONE] -->

View File

@@ -79,19 +79,10 @@
android:key="lift_to_wake"
android:title="@string/lift_to_wake_title" />
<PreferenceScreen
<SwitchPreference
android:key="doze"
android:title="@string/ambient_display_title"
android:summary="@string/doze_summary" >
<intent
android:targetPackage="com.android.settings"
android:targetClass="com.android.settings.Settings$GestureSettingsActivity" >
<extra android:name="show_drawer_menu"
android:value="true" />
<extra android:name="gesture_scroll_to_preference"
android:value="gesture_pick_up_and_nudge" />
</intent>
</PreferenceScreen>
android:title="@string/doze_title"
android:summary="@string/doze_summary" />
<SwitchPreference
android:key="tap_to_wake"

View File

@@ -37,10 +37,4 @@
android:summary="@string/double_twist_for_camera_mode_summary"
settings:animation="@raw/gesture_twist"/>
<com.android.settings.gestures.GesturePreference
android:key="gesture_pick_up_and_nudge"
android:title="@string/ambient_display_title"
android:summary="@string/ambient_display_summary"
settings:animation="@raw/gesture_ambient_tap"/>
</PreferenceScreen>