diff options
| author | 2020-04-08 14:03:54 -0700 | |
|---|---|---|
| committer | 2020-04-08 15:51:37 -0700 | |
| commit | d879ec9443a72fa93979da4544082074e5288468 (patch) | |
| tree | e72d87ef5a8642e75be42ea2b68557f2334a4547 /location/java | |
| parent | 92684eb6334203163d497e43469cec1764def7e3 (diff) | |
Rename ILocationProviderManager method
Test: presubmit
Change-Id: Ib2b0fd5c2065e85b390815fad6a2d7e04b81afb7
Diffstat (limited to 'location/java')
| -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); |