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

Commit 475c1122 authored by Kholoud Mohamed's avatar Kholoud Mohamed Committed by Android (Google) Code Review
Browse files

Merge "Hide the onboarding bugreport param" into main

parents 1ee36098 9ae5253b
Loading
Loading
Loading
Loading
+0 −1
Original line number Diff line number Diff line
@@ -9843,7 +9843,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;