diff options
| author | 2015-04-07 18:31:44 +0000 | |
|---|---|---|
| committer | 2015-04-07 18:31:45 +0000 | |
| commit | 0307acf90773a16faa6b33dad12b14b95708a3cc (patch) | |
| tree | d086fd3e2ff06e6d4d7ede06081ce5718d5231bf | |
| parent | 95c39774d245921be04b2a6f0f221f86545f8ac6 (diff) | |
| parent | 31864381d368bddfe738032180b2d00d1bd88ee1 (diff) | |
Merge "docs: Removed instruction to add gms version in manifest during Google Play services setup, since Android Studio automatically handles this. bug: 20077293" into lmp-docs
| -rw-r--r-- | docs/html/google/play-services/setup.jd | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/docs/html/google/play-services/setup.jd b/docs/html/google/play-services/setup.jd index 3f71d044d1a4..e75235e78aec 100644 --- a/docs/html/google/play-services/setup.jd +++ b/docs/html/google/play-services/setup.jd @@ -82,14 +82,6 @@ see <a href="#split">Selectively compiling APIs into your executable</a>. <img src="{@docRoot}images/tools/sync-project.png" style="vertical-align:bottom;margin:0;height:19px" /> in the toolbar. </li> - <li>Open your app's manifest file and add the following tag as a child of the <a -href="{@docRoot}guide/topics/manifest/application-element.html">{@code <application>}</a> -element: -<pre> -<meta-data android:name="com.google.android.gms.version" - android:value="@integer/google_play_services_version" /> -</pre> - </li> </ol> <p>You can now begin developing features with the |