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

Commit 517303e0 authored by Victoria Lease's avatar Victoria Lease Committed by Android Git Automerger
Browse files

am ac14efce: Merge "DO NOT MERGE suggest LocationRequest rather than Criteria" into jb-mr1-dev

* commit 'ac14efce':
  DO NOT MERGE suggest LocationRequest rather than Criteria
parents 95ba9e8b ac14efce
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 {