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

Commit df54fd8f authored by Patrick Williams's avatar Patrick Williams Committed by Android (Google) Code Review
Browse files

Merge "More docs for DISABLE_SECURE_WINDOWS setting" into main

parents be87f2e4 6b29a1ad
Loading
Loading
Loading
Loading
+4 −0
Original line number Diff line number Diff line
@@ -12389,6 +12389,10 @@ public final class Settings {
        /**
         * Whether or not secure windows should be disabled. This only works on debuggable builds.
         *
         * <p>When this setting is set to a non-zero value, all windows are treated as non-secure.
         * Content in windows with {@link android.view.WindowManager.LayoutParams#FLAG_SECURE} will
         * appear in screenshots and recordings.
         *
         * @hide
         */
        public static final String DISABLE_SECURE_WINDOWS = "disable_secure_windows";