1page.title=Google Play Distribution
2@jd:body
3
4<p>
5  Google Play allows you to manage your app distribution with features that let you control which users
6  can download your app as well as deliver separate versions of your app based on certain
7  characteristics like platform version.
8</p>
9<div class="vspace size-1">
10  &nbsp;
11</div>
12<div class="cols">
13  <div class="col-6">
14    <h4>
15      Device Filtering
16    </h4>
17    <p>
18      Make sure your app gets to the right users by filtering on a wide range of characteristics
19      such as platform versions and hardware features.
20    </p><p><a href="{@docRoot}google/play/filters.html">Learn more &raquo;</a></p>
21  </div>
22
23  <div class="col-6">
24    <h4>
25      Multiple APK Support
26    </h4>
27    <p>
28      Distribute different APKs based on a variety of properties such as platform version, screen
29      size, and GLES texture compression support.
30    </p><p><a href="{@docRoot}google/play/publishing/multiple-apks.html">Learn more &raquo;</a></p>
31  </div>
32
33<div class="cols">
34  <div class="col-6">
35    <h4>
36      APK Expansion files
37    </h4>
38    <p>
39      Tap into Google's content delivery services by serving up to 4GB of assets for free. Provide
40      users with high-fidelity graphics, media files, or other large assets that are required by
41      your app.
42    </p><a href="{@docRoot}google/play/expansion-files.html">Learn more &raquo;</a>
43  </div>
44
45   <div class="col-6">
46    <h4>
47      Application Licensing
48    </h4>
49    <p>Protect your revenue streams and integrate policies for usage into your app.
50    </p><a href="{@docRoot}google/play/licensing/index.html">Learn more &raquo;</a>
51  </div>
52  <div class="col-6">
53    <h4>
54      Google Play Developer API
55    </h4>
56    <p>Integrate your publishing operations with your release-management
57      process.
58    </p><a href="{@docRoot}google/play/billing/gp-purchase-status-api.html">Learn more &raquo;</a>
59  </div>
60</div>
61