diff --git a/docs/html/google/play-services/index.jd b/docs/html/google/play-services/index.jd index 8578f96966c5c..b3cd4cfd46993 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:

    + +