# Managed App Properties

> Configure managed App properties on Android Devices using Applivery MDM — customize App behavior remotely and ensure a consistent user experience for IT admins.

Source: https://docs.applivery.com/en/device-management/android/app-management/managed-apps-properties/  •  Last updated: 2026-06-09

**Key topics:** Managed Properties, Applivery, Android App Configuration, MDM Policies, Android, MDM, SSL

---

**TL;DR:** Configure Android app settings remotely with Applivery's Managed Properties feature for consistent and secure user experiences.

When managing Android Devices with Applivery, it’s not just about installing or blocking Apps. Many applications allow you to adjust their behavior through what are known as **Managed Properties**. These properties let you preconfigure certain aspects of Apps (such as URLs, permissions, default behavior, etc.) even before the user opens them for the first time. Everything is done from the Applivery Dashboard—no need to touch the Device.

## What are Managed Properties?

**Managed Properties** are configuration options that an App offers when it is managed through an MDM system. For example, an email App might allow you to preconfigure the server, port, and whether SSL is required.

Applivery automatically detects these properties in compatible Apps and allows you to modify them from the Dashboard.

## How to configure them?

**Navigate to Policies**

Once in the [**Applivery Dashboard**](https://dashboard.applivery.io/), go to any of your **Policies 1.** Select the **Apps** 2 section in the left-hand menu, and click the **\+ Add App** button 3.

![add app](https://docs.applivery.com/int/_r2/media/09ac0a4e-3ad8-478f-9f15-3474973eec71/052e37a7-4cf2-49e3-898d-e51a7b2d2db2.png)

**Choose an App**

Choose an **App** 4 from the list, and when you click on it, a side menu will appear displaying all the **configurable properties available** 5.

**Configure Managed Properties**

Simply fill in the fields based on the settings you want to apply.

**Save and Deploy**

Once you’re done, click the **Save changes** button 6 and deploy the Policy to the selected group of Devices—the settings will be applied automatically.

![managed properties](https://docs.applivery.com/int/_r2/media/09ac0a4e-3ad8-478f-9f15-3474973eec71/d51b87c2-6a45-4054-b011-5c80db8eaee9.png)

Managed Properties are a powerful tool for customizing how Apps behave on managed Devices, without relying on the end user. They help save time, reduce configuration errors, and ensure a more consistent and secure user experience. All from the Applivery Dashboard, with just a few clicks.

## AOSP Devices Support

Managed App properties are fully supported on AOSP — same steps, same experience. The Applivery DPC applies them at install time using `DevicePolicyManager.setApplicationRestrictions(...)`, no Google services required. Any App that exposes a managed configuration schema (`<restrictions>` in its manifest) works the same way.
