diff options
author | Nathan Harold <nharold@google.com> | 2020-07-09 17:34:25 +0000 |
---|---|---|
committer | Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com> | 2020-07-09 17:34:25 +0000 |
commit | b169887af71044a79462158064c2f7d58c6aad7b (patch) | |
tree | 283f34f5fbc06d46a305df5709e741bf5f9549aa /telephony/java/com | |
parent | cd5a2a3037fcda5836affe7aeae8c2e8070bc288 (diff) | |
parent | 3b7647b8d64abe44a1d922aa8e4992970fc4d103 (diff) |
Add Location Checks on CellLocation#requestLocationUpdate am: 32deda2df3 am: 3b7647b8d6
Original change: https://android-review.googlesource.com/c/platform/frameworks/base/+/1355807
Change-Id: I44159f46bb114dcc181e4974fabcc22c881b5395
Diffstat (limited to 'telephony/java/com')
-rw-r--r-- | telephony/java/com/android/internal/telephony/ITelephony.aidl | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/telephony/java/com/android/internal/telephony/ITelephony.aidl b/telephony/java/com/android/internal/telephony/ITelephony.aidl index b70937cee8a1..e6476d97457e 100644 --- a/telephony/java/com/android/internal/telephony/ITelephony.aidl +++ b/telephony/java/com/android/internal/telephony/ITelephony.aidl @@ -228,6 +228,11 @@ interface ITelephony { void updateServiceLocation(); /** + * Version of updateServiceLocation that records the caller and validates permissions. + */ + void updateServiceLocationWithPackageName(String callingPkg); + + /** * Request to update location information for a subscrition in service state * @param subId user preferred subId. */ |