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

Commit ec222120 authored by Alex Kershaw's avatar Alex Kershaw Committed by Android (Google) Code Review
Browse files

Merge "Correctly mark isOnboardingBugreportV2FlagEnabled as visible to BetterBug" into main

parents aeb11233 7b3b9e80
Loading
Loading
Loading
Loading
+1 −0
Original line number Original line Diff line number Diff line
@@ -17164,6 +17164,7 @@ public class DevicePolicyManager {
     *
     *
     * @hide
     * @hide
     */
     */
    @UnsupportedAppUsage
    public boolean isOnboardingBugreportV2FlagEnabled() {
    public boolean isOnboardingBugreportV2FlagEnabled() {
        return onboardingBugreportV2Enabled();
        return onboardingBugreportV2Enabled();
    }
    }