Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 71995012 authored by Treehugger Robot's avatar Treehugger Robot Committed by Android (Google) Code Review
Browse files

Merge "Introduce system UI immersive confirmation dialog feature flag" into main

parents a68eabe0 f717b33f
Loading
Loading
Loading
Loading
+2 −1
Original line number Diff line number Diff line
@@ -133,6 +133,7 @@ import static com.android.window.flags.Flags.enableCaptionCompatInsetForceConsum
import static com.android.window.flags.Flags.insetsControlChangedItem;
import static com.android.window.flags.Flags.insetsControlSeq;
import static com.android.window.flags.Flags.setScPropertiesInClient;
import static com.android.window.flags.Flags.systemUiImmersiveConfirmationDialog;
import android.Manifest;
import android.accessibilityservice.AccessibilityService;
@@ -378,7 +379,7 @@ public final class ViewRootImpl implements ViewParent,
     * @hide
     */
    public static final boolean CLIENT_IMMERSIVE_CONFIRMATION =
            SystemProperties.getBoolean("persist.wm.debug.client_immersive_confirmation", false);
            systemUiImmersiveConfirmationDialog();
    /**
     * Set this system property to true to force the view hierarchy to render
+8 −0
Original line number Diff line number Diff line
@@ -201,6 +201,14 @@ flag {
  }
}

flag {
  name: "system_ui_immersive_confirmation_dialog"
  namespace: "windowing_frontend"
  description: "Enable the implementation of the immersive confirmation dialog on system UI side by default"
  bug: "359713629"
  is_fixed_read_only: true
}

flag {
  name: "ensure_wallpaper_in_transitions"
  namespace: "windowing_frontend"