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

Commit d56ae131 authored by Joy Yoonhyung Lee's avatar Joy Yoonhyung Lee
Browse files

Make BUGREPORT_FLAG_CAPTURE_MULTI_DISPLAY_SCREENSHOT flag to System API

Change BUGREPORT_FLAG_CAPTURE_MULTI_DISPLAY_SCREENSHOT to system API by
removing hide tag

Test: Local build
Bug: 364767133
Flag: android.os.bugreport_multi_display_screenshot_enabled
Change-Id: Ibbab058009423d7bbfdc7144b4c15e2564fc20dd
parent 40d44785
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -11238,6 +11238,7 @@ package android.os {
    ctor public BugreportParams(int, int);
    method public int getFlags();
    method public int getMode();
    field @FlaggedApi("android.os.bugreport_multi_display_screenshot_enabled") public static final int BUGREPORT_FLAG_CAPTURE_MULTI_DISPLAY_SCREENSHOT = 8; // 0x8
    field public static final int BUGREPORT_FLAG_DEFER_CONSENT = 2; // 0x2
    field @FlaggedApi("android.app.admin.flags.onboarding_bugreport_v2_enabled") public static final int BUGREPORT_FLAG_KEEP_BUGREPORT_ON_RETRIEVAL = 4; // 0x4
    field public static final int BUGREPORT_FLAG_USE_PREDUMPED_UI_DATA = 1; // 0x1
+0 −1
Original line number Diff line number Diff line
@@ -182,7 +182,6 @@ public final class BugreportParams {

    /**
     * Flag for taking screenshots of all displays.
     * @hide
     */
    @FlaggedApi(android.os.Flags.FLAG_BUGREPORT_MULTI_DISPLAY_SCREENSHOT_ENABLED)
    public static final int BUGREPORT_FLAG_CAPTURE_MULTI_DISPLAY_SCREENSHOT =