Google Play allows you to manage your app distribution with features that let you control which users
can download your app as well as deliver separate versions of your app based on certain
characteristics like platform version.  

#### Device Filtering


Make sure your app gets to the right users by filtering on a wide range of characteristics
such as platform versions and hardware features.

[Learn more \>\>](https://developer.android.com/google/play/filters)  

#### Multiple APK Support


Distribute different APKs based on a variety of properties such as platform version, screen
size, and GLES texture compression support.

[Learn more \>\>](https://developer.android.com/google/play/publishing/multiple-apks)  

#### APK Expansion files


Tap into Google's content delivery services by serving up to 4GB of assets for free. Provide
users with high-fidelity graphics, media files, or other large assets that are required by
your app.
[Learn more \>\>](https://developer.android.com/google/play/expansion-files)  

#### Application Licensing

Protect your revenue streams and integrate policies for usage into your app.
[Learn more \>\>](https://developer.android.com/google/play/licensing)  

#### Google Play Developer API

Integrate your publishing operations with your release-management
process.
[Learn more \>\>](https://developer.android.com/google/play/billing/gp-purchase-status-api)