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

Commit ac14efce authored by Victoria Lease's avatar Victoria Lease Committed by Android (Google) Code Review
Browse files

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

parents 8756c60c 34c7ed0d
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 {