Merge "Initialize mAllowWhileInUsePermissionInFgsReason." into udc-dev am: f98146a555 am: 743b07d67c
Original change: https://googleplex-android-review.googlesource.com/c/platform/frameworks/base/+/23249284 Change-Id: Iae28cdcf0c4bfcf40af5a469b7217efbb4bdc0b9 Signed-off-by: Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com>
This commit is contained in:
@@ -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.
|
||||
|
||||
Reference in New Issue
Block a user