Loading core/java/android/window/flags/windowing_frontend.aconfig +0 −11 Original line number Diff line number Diff line Loading @@ -386,17 +386,6 @@ flag { bug: "361438779" } flag { name: "clear_system_vibrator" namespace: "windowing_frontend" description: "Clears the system vibrator before attaching new window, to avoid leaks." bug: "393190314" is_fixed_read_only: true metadata { purpose: PURPOSE_BUGFIX } } flag { name: "reduce_task_snapshot_memory_usage" namespace: "windowing_frontend" Loading core/java/com/android/internal/policy/PhoneWindow.java +1 −3 Original line number Diff line number Diff line Loading @@ -436,9 +436,7 @@ public class PhoneWindow extends Window implements MenuBuilder.Callback { if (viewRoot != null) { // Clear the old callbacks and attach to the new window. viewRoot.getOnBackInvokedDispatcher().clear(); if (Flags.clearSystemVibrator()) { viewRoot.clearSystemVibrator(); } onViewRootImplSet(viewRoot); } } Loading Loading
core/java/android/window/flags/windowing_frontend.aconfig +0 −11 Original line number Diff line number Diff line Loading @@ -386,17 +386,6 @@ flag { bug: "361438779" } flag { name: "clear_system_vibrator" namespace: "windowing_frontend" description: "Clears the system vibrator before attaching new window, to avoid leaks." bug: "393190314" is_fixed_read_only: true metadata { purpose: PURPOSE_BUGFIX } } flag { name: "reduce_task_snapshot_memory_usage" namespace: "windowing_frontend" Loading
core/java/com/android/internal/policy/PhoneWindow.java +1 −3 Original line number Diff line number Diff line Loading @@ -436,9 +436,7 @@ public class PhoneWindow extends Window implements MenuBuilder.Callback { if (viewRoot != null) { // Clear the old callbacks and attach to the new window. viewRoot.getOnBackInvokedDispatcher().clear(); if (Flags.clearSystemVibrator()) { viewRoot.clearSystemVibrator(); } onViewRootImplSet(viewRoot); } } Loading