diff options
| author | 2020-11-11 11:16:53 -0800 | |
|---|---|---|
| committer | 2020-11-11 11:16:53 -0800 | |
| commit | 11a0b63bb47b218a65b7634cbb4cbf5b852e9bfa (patch) | |
| tree | 0e9adca4fb9f214b1a5ee0865d32ae32a71849b3 /location/java | |
| parent | 79f3adcf149cde5bd878c2aab38e253764602943 (diff) | |
Make FUSED_PROVIDER SystemApi
This should always have been SystemApi, as most fused providers are
implemented outside system server. There is a strong argument this
should actually be public API, but I'm punting on that for now until we
can give it more consideration.
Bug: 173030969
Test: none
Change-Id: If5ba10accbe2f6ce47d749536d053e1bd8e297f8
Diffstat (limited to 'location/java')
| -rw-r--r-- | location/java/android/location/LocationManager.java | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/location/java/android/location/LocationManager.java b/location/java/android/location/LocationManager.java index 4fbcfe16feb7..047b809bc766 100644 --- a/location/java/android/location/LocationManager.java +++ b/location/java/android/location/LocationManager.java @@ -202,6 +202,7 @@ public class LocationManager { * * @hide */ + @SystemApi @TestApi public static final String FUSED_PROVIDER = "fused"; |