From da125f4f12b9112a658c0f044dffc405ecc3601b Mon Sep 17 00:00:00 2001 From: Quddus Chong Date: Tue, 9 Dec 2014 13:09:06 -0800 Subject: docs: Updated GMS highlights for v6.5 (Nacho) to reflect removal of LocationClient, PlusClient, and ActivityRecognitionClient. Change-Id: I240feafe4002884dbb2495ffefc599a76b6b7a35 --- docs/html/google/play-services/index.jd | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) diff --git a/docs/html/google/play-services/index.jd b/docs/html/google/play-services/index.jd index 8578f96966c5..b3cd4cfd4699 100644 --- a/docs/html/google/play-services/index.jd +++ b/docs/html/google/play-services/index.jd @@ -134,6 +134,22 @@ enables you to get a ready-to-use Street View panorama. when compiling your app. For more details, see the Android Studio setup instructions in Setting Up Google Play Services. + +
  • Deprecated clients - The {@code ActivityRecognitionClient}, + {@code LocationClient}, and {@code PlusClient} classes are deprecated. If + you used those APIs in your app and want to call Google Play services 6.5 + or higher APIs, you must switch to the new programming model that utilizes + {@code GoogleApiClient}. For more information about using {@code GoogleApiClient}, see Accessing Google APIs. +

    Use these APIs instead of the deprecated APIs:

    + +
  • -- cgit v1.2.3-59-g8ed1b