OSDN Git Service

DO NOT MERGE suggest LocationRequest rather than Criteria
authorVictoria Lease <violets@google.com>
Mon, 29 Oct 2012 22:07:50 +0000 (15:07 -0700)
committerVictoria Lease <violets@google.com>
Tue, 30 Oct 2012 17:52:25 +0000 (10:52 -0700)
commit34c7ed0dbd6069ea2ffd5f2dbab6e3353f392346
treef6f6b94431d240ec685b606121dca8034b20e016
parent16d83fd13a91c124735e7f4ee2244214ad8523da
DO NOT MERGE suggest LocationRequest rather than Criteria

This is a cherry-pick of Ieb5ef28ab1e6b4b3c4d2b8ceb3a601083b4f8e2f
from master.

LocationProvider's javadoc suggests using Criteria instead of
LocationProvider, which is deprecated. Criteria is deprecated, too,
now, so we suggest LocationRequest instead.

Bug: 7434865
Change-Id: I00375a419c745bb46ff454bc5e4aa0bfac2b3fc3
location/java/android/location/LocationProvider.java