Skip to content
Commit d0ba2859 authored by Issei Suzuki's avatar Issei Suzuki
Browse files

Enable remote animation for keygaurd going away.

Disable remote animation for keyguard transition.
% adb shell setprop persist.wm.enable_remote_keyguard_animation 0

Enable remote animation only for keyguard going away transition
(default).
% adb shell setprop persist.wm.enable_remote_keyguard_animation 1

Enable remote animation for both keyguard going away and (un)occlude
transition.
% adb shell setprop persist.wm.enable_remote_keyguard_animation 2

Bug: 166736690 185616888
Test: Pass existing tests.
Change-Id: Ia40e3325a9f22ce108f36c7111a92b514ce4fa19
parent eebbd44a
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment