From 3ddba7ee37c02c071b6b7580cc21ad8007861ec9 Mon Sep 17 00:00:00 2001 From: Joe Malin Date: Mon, 4 Mar 2013 10:33:30 -0800 Subject: Android U: Making Apps Location-Aware Change-Id: I8f44c6ca6d797ceb8ada5b2c723a8cca0081cf0a --- location/java/android/location/package.html | 15 +++++++++++++-- 1 file changed, 13 insertions(+), 2 deletions(-) (limited to 'location/java') diff --git a/location/java/android/location/package.html b/location/java/android/location/package.html index 2732efca0caa..81fcea46a281 100644 --- a/location/java/android/location/package.html +++ b/location/java/android/location/package.html @@ -1,9 +1,20 @@ -

Contains classes that define Android location-based and related services.

+

Contains the framework API classes that define Android location-based and related services.

+

+ Note: The Google Location Services API, part of Google Play + Services, provides a more powerful, high-level framework that automates tasks such as + location provider choice and power management. Location Services also provides new + features such as activity detection that aren't available in the framework API. Developers who + are using the framework API, as well as developers who are just now adding location-awareness + to their apps, should strongly consider using the Location Services API. +
+ To learn more about the Location Services API, see + Location APIs. +

-

For more information, see the +

For more information about the framework API, see the Location and Maps guide.

{@more} -- cgit v1.2.3-59-g8ed1b