diff options
author | Dirk Dougherty <ddougherty@google.com> | 2012-09-04 18:09:08 -0700 |
---|---|---|
committer | Dirk Dougherty <ddougherty@google.com> | 2013-02-21 15:47:43 -0800 |
commit | aca4a7760ab232052d6133c51d335d467ec6469e (patch) | |
tree | ac38951f42143aec3b23574e400e2aa618a9d0d1 /docs/html/distribute | |
parent | f32cbc3d490845967e28b0995ac88187b197642c (diff) | |
download | frameworks_base-aca4a7760ab232052d6133c51d335d467ec6469e.zip frameworks_base-aca4a7760ab232052d6133c51d335d467ec6469e.tar.gz frameworks_base-aca4a7760ab232052d6133c51d335d467ec6469e.tar.bz2 |
Doc change: Remove refs to Copy Protection and note EOL in GP.
Change-Id: Ia03a6173cc635a5de460cd5534c454840510b33d
Bug:6951537
Diffstat (limited to 'docs/html/distribute')
-rw-r--r-- | docs/html/distribute/googleplay/about/distribution.jd | 21 |
1 files changed, 17 insertions, 4 deletions
diff --git a/docs/html/distribute/googleplay/about/distribution.jd b/docs/html/distribute/googleplay/about/distribution.jd index 78883b4..1ddc4ca 100644 --- a/docs/html/distribute/googleplay/about/distribution.jd +++ b/docs/html/distribute/googleplay/about/distribution.jd @@ -125,7 +125,20 @@ download of the files as part of the normal APK installation.</p> <h2 id="licensing">Protecting your App</h2> -<p>To help you protect your application against piracy, Google Play offers a -licensing service that you can implement in your app. It’s a network-based -service that lets an application query a trusted Google Play licensing server to -determine whether the application is licensed to the current device user.</p> +<p>Google Play provides two key features to help you protect your application +against piracy — Google Play Licensing and app encryption.</p> + +<p> Google Play Licensing is a network-based service that you implement in your +app. The service lets your app query a trusted licensing server at runtime, to +determine whether the app is licensed to the current device user. You can use +the licensing service to protect any app, even apps that you distribute for +free. For an overview of the service, see <a +href="{@docRoot}google/play/licensing/index.html">Application +Licensing</a>.</p> + +<p>Additionally, Google Play offers app encryption to help protect your priced +apps. When delivering your priced apps to devices running Android 4.1 or higher, +Google encrypts the app binary so that it can be run only by the user who +downloaded it, on the device to which it was originally downloaded. Your priced +apps benefit from app encryption automatically — there's no extra +development work or configuration needed.</p> |