From 11a0b63bb47b218a65b7634cbb4cbf5b852e9bfa Mon Sep 17 00:00:00 2001 From: Soonil Nagarkar Date: Wed, 11 Nov 2020 11:16:53 -0800 Subject: 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 --- location/java/android/location/LocationManager.java | 1 + 1 file changed, 1 insertion(+) (limited to 'location/java') 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"; -- cgit v1.2.3-59-g8ed1b