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

Commit b4e71578 authored by Scott Main's avatar Scott Main Committed by Android (Google) Code Review
Browse files

Merge "suggest LocationRequest rather than Criteria"

parents 9ed5d0ef 36a7748d
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -33,8 +33,8 @@ import com.android.internal.location.ProviderProperties;
 * Criteria} class allows providers to be selected based on
 * user-specified criteria.
 *
 * @deprecated Use the {@link Criteria} class to request location instead of
 * enumerating providers.
 * @deprecated Use the {@link LocationRequest} class to request location
 * instead of enumerating providers.
 */
@Deprecated
public class LocationProvider {