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

Commit 9ae5253b authored by Kholoud Mohamed's avatar Kholoud Mohamed
Browse files

Hide the onboarding bugreport param

Bug: 294990844
Test: N/A
Change-Id: I4a3c578592b302fb7615c2cdad1119b729841b6c
parent fc995860
Loading
Loading
Loading
Loading
+0 −1
Original line number Diff line number Diff line
@@ -9842,7 +9842,6 @@ package android.os {
    field public static final int BUGREPORT_FLAG_USE_PREDUMPED_UI_DATA = 1; // 0x1
    field public static final int BUGREPORT_MODE_FULL = 0; // 0x0
    field public static final int BUGREPORT_MODE_INTERACTIVE = 1; // 0x1
    field public static final int BUGREPORT_MODE_ONBOARDING = 7; // 0x7
    field public static final int BUGREPORT_MODE_REMOTE = 2; // 0x2
    field public static final int BUGREPORT_MODE_TELEPHONY = 4; // 0x4
    field public static final int BUGREPORT_MODE_WEAR = 3; // 0x3
+2 −0
Original line number Diff line number Diff line
@@ -124,6 +124,8 @@ public final class BugreportParams {

    /**
     * Options for a lightweight bugreport intended to be taken for onboarding-related flows.
     *
     * @hide
     */
    public static final int BUGREPORT_MODE_ONBOARDING = IDumpstate.BUGREPORT_MODE_ONBOARDING;