> ## Documentation Index
> Fetch the complete documentation index at: https://docs.iru.com/llms.txt
> Use this file to discover all available pages before exploring further.

# Configure Android Apps with Google Play Library Item

> Configure Android apps from managed Google Play in Iru Endpoint. Select apps, set managed configurations, and assign to Blueprints for deployment.

<Callout icon="android" color="#B84A7A" iconType="regular">This Library Item is available for Android devices</Callout>

Deploy Google Play applications to company-owned work profile Android devices using the Google Play apps Library Item. This opens the Google Play iframe, letting you add apps to the Iru Endpoint Library. Once added, Google Play apps can be assigned to an Assignment Map and deployed to managed Android devices.

<Warning>
  The Google Play iframe will not load if the Android Enterprise integration is not configured. Ensure you have completed the [Android Setup](/en/endpoint/getting-started/platform-setup/android-setup) before using this Library Item.
</Warning>

<Note>
  Google Play apps can only be deployed to the **work profile**.
</Note>

### Create & Deploy a Google Play App

<Steps>
  <Step title="Navigate to Library">
    Navigate to the Iru Endpoint Library.
  </Step>

  <Step title="Add Library Item">
    Select *Add Library Item* in the upper-right corner.
  </Step>

  <Step title="Select Google Play Apps">
    Select *Google Play apps* on the left-side navigation bar.
  </Step>

  <Step title="Search for Application">
    Search Google Play for your application.
  </Step>

  <Step title="View App Details">
    Click on the application to load the app details view.
  </Step>

  <Step title="Select Application">
    Press *Select* to add the application to the Iru Endpoint Library.
  </Step>

  <Step title="View Library Item">
    Select *View Library Item* to view application configuration options. You can also select *Continue Adding* to remain in the Google Play iframe and search for additional apps.
  </Step>

  <Step title="Edit Configuration">
    Select *Edit* in the lower-right corner to configure the application.
  </Step>
</Steps>

<Steps>
  <Step title="Configure application settings">
    Configure the application with the following Settings:

    * **Installation**: choose between *Install and continuously enforce* or *Install on-demand via Managed Google Play*.

    * **Automatic updates:** choose from *Low priority, High priority,* or *Delayed.*

    * **Permissions**: set a default permission policy that applies to the entire app. Manage specific permission for any permission the app may request. *Note: the list of available permissions is sourced via Google Play integration and programmatically built by a data-driven UI.*

    * **Configurations**: Set app configurations. Select specific configurations supported by the app or copy & paste the raw JSON. You can use [Global Variables](/en/endpoint/library/library-items-profiles/global-variables) for app config values, which will dynamically resolve based on the user or device that is enrolled. *Note: the list of available configurations is sourced via Google Play integration and programmatically built by a data-driven UI.*
  </Step>

  <Step title="Assign to Blueprint and deploy">
    Assign the *Google Play app* Library Item to a Blueprint and select save to deploy to your Android devices. You can use Assignment Maps within Blueprints for conditional logic if needed.
  </Step>
</Steps>
