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

Commit 8f7257ca authored by Rambo Wang's avatar Rambo Wang Committed by Android (Google) Code Review
Browse files

Merge "Clean up aconfig flag bugreport_mode_max_value" into main

parents ea26939a 2d5f87c2
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -2321,7 +2321,7 @@ package android.os {
  }

  public final class BugreportParams {
    field @FlaggedApi("android.os.bugreport_mode_max_value") public static final int BUGREPORT_MODE_MAX_VALUE = 7; // 0x7
    field public static final int BUGREPORT_MODE_MAX_VALUE = 7; // 0x7
  }

  public class Build {
+0 −1
Original line number Diff line number Diff line
@@ -134,7 +134,6 @@ public final class BugreportParams {
     * The maximum value of supported bugreport mode.
     * @hide
     */
    @FlaggedApi(android.os.Flags.FLAG_BUGREPORT_MODE_MAX_VALUE)
    @TestApi
    public static final int BUGREPORT_MODE_MAX_VALUE = BUGREPORT_MODE_ONBOARDING;

+0 −8
Original line number Diff line number Diff line
@@ -51,14 +51,6 @@ flag {
    is_exported: true
}

flag {
    name: "bugreport_mode_max_value"
    is_exported: true
    namespace: "telephony"
    description: "Introduce a constant as maximum value of bugreport mode."
    bug: "305067125"
}

flag {
    name: "adpf_prefer_power_efficiency"
    is_exported: true