Remove "Remove animation" assistive technologies in setup

Turn on "Remove animation" will cause setup flow becomes slow in response. The educational videos and animations (such as the ones used in onboarding) should NOT adopt "remove animation". Will postpone this feature until Android U.

Bug: 227284067
Test: Manual testing
Change-Id: I57f2d4513372e8deeabcd784896dc0ffbea145c8
This commit is contained in:
menghanli
2022-05-10 09:54:02 +08:00
committed by Menghan Li
parent 8f463f5c88
commit 4a35bf929a

View File

@@ -48,12 +48,4 @@
android:persistent="true" android:persistent="true"
android:summary="@string/talkback_summary"/> android:summary="@string/talkback_summary"/>
<SwitchPreference
android:icon="@drawable/ic_accessibility_animation"
android:key="toggle_disable_animations"
android:persistent="false"
android:summary="@string/accessibility_disable_animations_summary"
android:title="@string/accessibility_disable_animations"
settings:controller="com.android.settings.accessibility.DisableAnimationsPreferenceController"/>
</PreferenceScreen> </PreferenceScreen>