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:
@@ -48,12 +48,4 @@
|
||||
android:persistent="true"
|
||||
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>
|
||||
|
Reference in New Issue
Block a user