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

Commit f98146a5 authored by Treehugger Robot's avatar Treehugger Robot Committed by Android (Google) Code Review
Browse files

Merge "Initialize mAllowWhileInUsePermissionInFgsReason." into udc-dev

parents 50c40b02 95a1c50a
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -175,7 +175,7 @@ final class ServiceRecord extends Binder implements ComponentName.WithComponentN
    // while-in-use permissions in FGS started from background might be restricted.
    boolean mAllowWhileInUsePermissionInFgs;
    @PowerExemptionManager.ReasonCode
    int mAllowWhileInUsePermissionInFgsReason;
    int mAllowWhileInUsePermissionInFgsReason = REASON_DENIED;

    // Integer version of mAllowWhileInUsePermissionInFgs that we keep track to compare
    // the old and new logics.