diff options
author | Soonil Nagarkar <sooniln@google.com> | 2020-11-11 11:16:53 -0800 |
---|---|---|
committer | Soonil Nagarkar <sooniln@google.com> | 2020-11-11 11:16:53 -0800 |
commit | 11a0b63bb47b218a65b7634cbb4cbf5b852e9bfa (patch) | |
tree | 0e9adca4fb9f214b1a5ee0865d32ae32a71849b3 /api | |
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 'api')
-rw-r--r-- | api/system-current.txt | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/api/system-current.txt b/api/system-current.txt index 0eaebcef0040..e94a3b2f74af 100644 --- a/api/system-current.txt +++ b/api/system-current.txt @@ -4190,6 +4190,7 @@ package android.location { method @RequiresPermission(android.Manifest.permission.WRITE_SECURE_SETTINGS) public void setLocationEnabledForUser(boolean, @NonNull android.os.UserHandle); method @Deprecated @RequiresPermission(android.Manifest.permission.WRITE_SECURE_SETTINGS) public boolean setProviderEnabledForUser(@NonNull String, boolean, @NonNull android.os.UserHandle); method @Deprecated @RequiresPermission(android.Manifest.permission.LOCATION_HARDWARE) public boolean unregisterGnssBatchedLocationCallback(@NonNull android.location.BatchedLocationCallback); + field public static final String FUSED_PROVIDER = "fused"; } public final class LocationRequest implements android.os.Parcelable { |