diff options
| author | 2020-04-09 16:30:02 +0000 | |
|---|---|---|
| committer | 2020-04-09 16:30:02 +0000 | |
| commit | b03841f2b351a82fde892a702e0f0dedd02e6fff (patch) | |
| tree | da228dbf9599b47a145a800298edc765ef6f99ba /location/java/com | |
| parent | 5d90c06c33b2ba35018dfe77043e117e23a4a4e5 (diff) | |
| parent | d879ec9443a72fa93979da4544082074e5288468 (diff) | |
Merge "Rename ILocationProviderManager method"
Diffstat (limited to 'location/java/com')
| -rw-r--r-- | location/java/com/android/internal/location/ILocationProviderManager.aidl | 2 |
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); |