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

Commit 1c9ac73a authored by TreeHugger Robot's avatar TreeHugger Robot Committed by Android (Google) Code Review
Browse files

Merge "TelephonyRegistry: Pass featureId to LocationAccessPolicy" into rvc-qpr-dev

parents 2b534bde 93bf3312
Loading
Loading
Loading
Loading
+3 −0
Original line number Diff line number Diff line
@@ -2623,6 +2623,7 @@ public class TelephonyRegistry extends ITelephonyRegistry.Stub {
        LocationAccessPolicy.LocationPermissionQuery.Builder locationQueryBuilder =
                new LocationAccessPolicy.LocationPermissionQuery.Builder()
                .setCallingPackage(callingPackage)
                .setCallingFeatureId(callingFeatureId)
                .setMethod(message + " events: " + events)
                .setCallingPid(Binder.getCallingPid())
                .setCallingUid(Binder.getCallingUid());
@@ -2761,6 +2762,7 @@ public class TelephonyRegistry extends ITelephonyRegistry.Stub {
        LocationAccessPolicy.LocationPermissionQuery query =
                new LocationAccessPolicy.LocationPermissionQuery.Builder()
                        .setCallingPackage(r.callingPackage)
                        .setCallingFeatureId(r.callingFeatureId)
                        .setCallingPid(r.callerPid)
                        .setCallingUid(r.callerUid)
                        .setMethod("TelephonyRegistry push")
@@ -2779,6 +2781,7 @@ public class TelephonyRegistry extends ITelephonyRegistry.Stub {
        LocationAccessPolicy.LocationPermissionQuery query =
                new LocationAccessPolicy.LocationPermissionQuery.Builder()
                        .setCallingPackage(r.callingPackage)
                        .setCallingFeatureId(r.callingFeatureId)
                        .setCallingPid(r.callerPid)
                        .setCallingUid(r.callerUid)
                        .setMethod("TelephonyRegistry push")