Questions tagged [android-managed-profile]

In an Android for Work deployment, For an BYOD scenario, an enterprise needs to maintain control over certain aspects of the employees' devices. The enterprise needs to ensure that work-related information is encrypted and is kept separate from employees' personal data. To address this situation, Android 5.0 (API level 21) allows enterprises to set up a special work user profile using the Managed Profile API. This user profile is called a managed profile.

Managed profiles

Users often want to use their personal devices in an enterprise setting. This situation can present enterprises with a dilemma. If the user can use their own device, the enterprise has to worry that confidential information (like employee emails and contacts) are on a device the enterprise does not control.

To address this situation, Android 5.0 (API level 21) allows enterprises to set up a special work user profile using the Managed Profile API. This user profile is called a managed profile, or a work profile in the Android for Work program. If a device has a managed profile for work, the profile's settings are under the control of the enterprise administrator. The administrator can choose which apps are allowed for that profile, and can control just what device features are available to the profile.

[source :: http://developer.android.com/training/enterprise/work-policy-ctrl.html#set_up_policies]

33 questions
0
votes
1 answer

Does Android Managed profile encrypt SD card?

I am using this intent to create an android managed profile using the intent ACTION_PROVISION_MANAGED_PROFILE. It prompts me to encrypt my device. I am positive it doesn't encrypt the SD card. But I am not able to justify why it doesn't do it. Is…
user1429322
  • 1,266
  • 2
  • 24
  • 38
0
votes
1 answer

managed profile on a second user

I tried to use the BasicManagedProfile sample provided by Goggle to set a Managed Profile. When I use it on the Primary User, it is working fine. But if I create a secondary user and try to install the app also, an error occurs. It says that the…
Vick Tim
  • 97
  • 7
-1
votes
2 answers

Publish two versions of the same app using Google iFrame

We have been using Android Management apis and integrated an iFrame to publish private apps to profiles and groups. Is there any way we can publish two versions of the same app? e.g. one versions for test group and when it gets approved then push it…
Zubair Rehman
  • 2,335
  • 2
  • 20
  • 25
1 2
3