summaryrefslogtreecommitdiff
path: root/location/java/com
diff options
context:
space:
mode:
author Soonil Nagarkar <sooniln@google.com> 2020-04-09 16:30:02 +0000
committer Android (Google) Code Review <android-gerrit@google.com> 2020-04-09 16:30:02 +0000
commitb03841f2b351a82fde892a702e0f0dedd02e6fff (patch)
treeda228dbf9599b47a145a800298edc765ef6f99ba /location/java/com
parent5d90c06c33b2ba35018dfe77043e117e23a4a4e5 (diff)
parentd879ec9443a72fa93979da4544082074e5288468 (diff)
Merge "Rename ILocationProviderManager method"
Diffstat (limited to 'location/java/com')
-rw-r--r--location/java/com/android/internal/location/ILocationProviderManager.aidl2
1 files changed, 1 insertions, 1 deletions
diff --git a/location/java/com/android/internal/location/ILocationProviderManager.aidl b/location/java/com/android/internal/location/ILocationProviderManager.aidl
index 1bdedd57f321..4036d63905ea 100644
--- a/location/java/com/android/internal/location/ILocationProviderManager.aidl
+++ b/location/java/com/android/internal/location/ILocationProviderManager.aidl
@@ -26,7 +26,7 @@ import com.android.internal.location.ProviderProperties;
*/
interface ILocationProviderManager {
- void onSetFeatureId(String featureId);
+ void onSetAttributionTag(String attributionTag);
@UnsupportedAppUsage
void onSetAllowed(boolean allowed);