diff options
| author | 2012-11-01 14:14:26 -0700 | |
|---|---|---|
| committer | 2012-11-01 14:14:26 -0700 | |
| commit | 677c1e14fbd991a46b5496d0873b7ca155fd71fb (patch) | |
| tree | 184ad3bc15726c29a56c417e65d7dc4a139acae1 | |
| parent | ac294abb40483fc734e22833371d95cbb161ec87 (diff) | |
| parent | dd5c182ad987f0723e1e4353ed8f28708b22da77 (diff) | |
Merge "docs: google market -> google play" into jb-dev-docs
| -rw-r--r-- | docs/html/guide/google/play/expansion-files.jd | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/docs/html/guide/google/play/expansion-files.jd b/docs/html/guide/google/play/expansion-files.jd index 750e958c2565..f5cda068cc47 100644 --- a/docs/html/guide/google/play/expansion-files.jd +++ b/docs/html/guide/google/play/expansion-files.jd @@ -421,7 +421,7 @@ policy, which captures the expansion file names, sizes, and URLs from the licens <p>To use APK expansion files with your application and provide the best user experience with minimal effort on your behalf, we recommend you use the Downloader Library that's included in the -Google Market Apk Expansion package. This library downloads your expansion files in a +Google Play APK Expansion Library package. This library downloads your expansion files in a background service, shows a user notification with the download status, handles network connectivity loss, resumes the download when possible, and more.</p> @@ -450,8 +450,8 @@ application.</p> <p>First, open the <a href="{@docRoot}sdk/exploring.html">Android SDK Manager</a>, expand <em>Extras</em> and download:</p> <ul> - <li><em>Google Market Licensing package</em></li> - <li><em>Google Market Apk Expansion package</em></li> + <li><em>Google Play Licensing Library package</em></li> + <li><em>Google Play APK Expansion Library package</em></li> </ul> <p>If you're using Eclipse, create a project for each library and add it to your app:</p> |