diff --git a/docs/html/distribute/googleplay/about/distribution.jd b/docs/html/distribute/googleplay/about/distribution.jd index 1ddc4ca8bcf3c..7d90426f6ad71 100644 --- a/docs/html/distribute/googleplay/about/distribution.jd +++ b/docs/html/distribute/googleplay/about/distribution.jd @@ -75,24 +75,29 @@ devices your app is available to based on its dependencies (if any). From the Google Play Developer Console, you can list the supported devices and even exclude specific devices if needed.
-Once you’ve published your app, Google Play makes it easy to see how it’s doing. The Google Play Developer Console gives you access to a variety -of anonymized metrics that show your app’s installation performance measured by -unique users and unique devices, across a variety of different dimensions such -as country, Android version, device, country, carrier, and app version.
+of anonymized statistics and custom charts that show you the app's installation +performance and ratings. -
+You can view data and charts for active, daily, and total installs +per unique devices or users, as well as upgrades and uninstalls. +You can also view the app's daily average user rating and its cumulative +user rating. To help you analyze the data, you can view install +and ratings statistics across a variety of different dimensions such as Android +version, device, country, app version, and carrier.
+ +
You can also view your installation data on timeline charts, for all metrics and -dimensions. At a glance, these charts highlight your app’s installation peaks -and longer-term trends, which you can correlate to promotions, app improvements, -or other factors. You can even focus in on data inside a dimension by -highlighting specific data points (such as individual platform versions or -languages) on the timeline.
+You can see your app statistics on timeline charts, for +all metrics and dimensions. At a glance, the charts highlight your app’s +installation and ratings peaks and longer-term trends, which you can correlate +to promotions, app improvements, or other factors. You can even focus in on +data inside a dimension by highlighting specific data points (such as +individual platform versions or languages) on the timeline.
So that you can “take your data with you”, you can download all of your installation data as a CSV file for viewing in the business program of your @@ -123,7 +128,7 @@ can be up to 2GB each and can contain any type of code or assets. When you upload the expansion files, Google Play hosts them for free and handles the download of the files as part of the normal APK installation.
-Google Play provides two key features to help you protect your application against piracy — Google Play Licensing and app encryption.
diff --git a/docs/html/distribute/googleplay/publish/preparing.jd b/docs/html/distribute/googleplay/publish/preparing.jd index 0925f3c986ca7..416f02e0fc244 100644 --- a/docs/html/distribute/googleplay/publish/preparing.jd +++ b/docs/html/distribute/googleplay/publish/preparing.jd @@ -203,11 +203,19 @@ distributing large apps. However, the use of APK Expansion Files requires some changes in your app binary, so you will need to make those changes before creating your release-ready APK. +To minimize the size of your app binary, make sure that you run the +Proguard tool on your code when +building your release-ready APK.
+Related resources:
|
|||
| Native Platform | An application that includes native - libraries that target a specific platform (ARM EABI v7 or x86, for example) are - visible only on devices that support that platform. For details about the NDK and using + | CPU Architecture (ABI) | +An application that includes native + libraries that target a specific CPU architecture (ARM EABI v7 or x86, for example) are + visible only on devices that support that architecture. For details about the NDK and using native libraries, see What is the Android NDK? |
| Copy-Protected Applications |