Skip to content

Commit ac14efc

Browse files
Victoria LeaseAndroid (Google) Code Review
authored andcommitted
Merge "DO NOT MERGE suggest LocationRequest rather than Criteria" into jb-mr1-dev
2 parents 8756c60 + 34c7ed0 commit ac14efc

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

location/java/android/location/LocationProvider.java

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -33,8 +33,8 @@
3333
* Criteria} class allows providers to be selected based on
3434
* user-specified criteria.
3535
*
36-
* @deprecated Use the {@link Criteria} class to request location instead of
37-
* enumerating providers.
36+
* @deprecated Use the {@link LocationRequest} class to request location
37+
* instead of enumerating providers.
3838
*/
3939
@Deprecated
4040
public class LocationProvider {

0 commit comments

Comments
 (0)