From 31864381d368bddfe738032180b2d00d1bd88ee1 Mon Sep 17 00:00:00 2001 From: Quddus Chong Date: Tue, 7 Apr 2015 11:16:38 -0700 Subject: [PATCH] docs: Removed instruction to add gms version in manifest during Google Play services setup, since Android Studio automatically handles this. bug: 20077293 Change-Id: Ie1148e751b9d22e5e7a1abad819c19a4c0b9c6b7 --- docs/html/google/play-services/setup.jd | 8 -------- 1 file changed, 8 deletions(-) diff --git a/docs/html/google/play-services/setup.jd b/docs/html/google/play-services/setup.jd index 3f71d044d1a46..e75235e78aecf 100644 --- a/docs/html/google/play-services/setup.jd +++ b/docs/html/google/play-services/setup.jd @@ -82,14 +82,6 @@ see Selectively compiling APIs into your executable. in the toolbar. -
  • Open your app's manifest file and add the following tag as a child of the {@code <application>} -element: -
    -<meta-data android:name="com.google.android.gms.version"
    -           android:value="@integer/google_play_services_version" />
    -
    -
  • You can now begin developing features with the