Fix scroll issue when going from Display->Ambient Display to Moves. am: 2f92d751e0

am: f6578b733c

Change-Id: Ic37876eb20db1f45d6938eecea00e84ab79a44ad
This commit is contained in:
Doris Ling
2016-07-22 22:25:36 +00:00
committed by android-build-merger

View File

@@ -82,13 +82,13 @@
android:key="doze"
android:title="@string/doze_title"
android:summary="@string/doze_summary" >
<extra android:name="gesture_scroll_to_preference"
android:value="gesture_pick_up_and_nudge" />
<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>