Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit cb97515c authored by TreeHugger Robot's avatar TreeHugger Robot Committed by Android (Google) Code Review
Browse files

Merge "Update deprecation docs with more info" into sc-dev

parents 4c7e9d1a 541499a7
Loading
Loading
Loading
Loading
+3 −1
Original line number Diff line number Diff line
@@ -23,7 +23,9 @@ import android.location.provider.ProviderProperties;
 * Information about the properties of a location provider.
 *
 * @deprecated This class is incapable of representing unknown provider properties and may return
 * incorrect results when the properties are unknown.
 * incorrect results on the rare occasion when a provider's properties are unknown. Prefer using
 * {@link LocationManager#getProviderProperties(String)} to retrieve {@link ProviderProperties}
 * instead.
 */
@Deprecated
public class LocationProvider {