Work Profile
66 TopicsCan’t add work profile
Before I delve into the adb logs, anyone seeing issues enrolling Samsung devices running Android 14? Since a few weeks now, I and a few other users get the error: “Can’t add work profile”. The only way around it is to reset to factory…I did that yesterday and was able to immediately enroll after and today I unenrolled and re-enrolled and got the same error…Solved17KViews1like12CommentsWidgets on COPE - MS Intune
Hey, Unfortunately there are no settings and/or no chance configure Widgets on COPE in MS Intune. There is specific setting in Intune restrictions config profile to allow/disallow Widgets for BYOD method. Is this problem tied only MS Intune or is this something for Google? Majority of our 10k fleet enrolled as COPE and it's a big gap not having widgets available for Work Apps. Thanks Jarmo7.9KViews0likes18CommentsGmail "allow_unmanaged_accounts" restriction issue
I'm trying to configure Gmail via managed configuration. I discovered that inside the apk there is a bool restriction "allow_unmanaged_accounts" (Allow Unmanaged Accounts), but it is not mentioned in the documentation (https://support.google.com/work/android/answer/7065453?sjid=7171601269613811155-EU). Setting the value does not affect the operation of the application in any way. I would like to understand whether this limitation is supported or not?Solved6.9KViews1like11CommentsWhere to enable the option to add a work profile to a device
I'm currently developing an android app for my employer. I need to enroll the device for the device owner property. I tried enrolling it but the error message i get is: Can't set up work profile Your IT admin doesn't allow a work profile on this device. However i have all rights but can't find the option to enable it, or i don't know what exactly to do. Edit: I have an Samsung Galaxy Tab Active2 with Android 9 and One UI version 1.1 Appretiate every comment!6.1KViews0likes3CommentsAndroid example/test policy for Work Profile blocks personal APK Install
Hi Community, I have an issue and a doubt at the same time, I have always used the work profile in my Android to keep things separated between work and personal life, I recently moved into a new company which are not currently using devices policies and I wasnt able to set up my Work profile, so I created my work profile by using the Android example/test policy to enable the work profile, all was good until I tried to update one of my personal apps via APK, which I got an error saying I have such acction blocked by my IT Administrator, so not only the policy does not limit itself to the Work Profile but also google's example policy blocks apk installation. Is there any way to overcome this issue? I feel Im also being "blocked" for some other stuff since I started digging around. Thanks!5KViews1like2CommentsTesting Apps on BYOD Work Profile
We are a game app development company and we use both company-owned and personally owned devices (BYOD) to test our apps. We have been managing BYOD as Android device administrator, but recently migrated to Android Enterprise. The Android Enterprise BYOD work profile does not allow app installation from anything other than managed google play, so we are unable to install apps from Firebase App Distribution or Microsoft App Center, which we have been using to test apps. We tried uploading the app to Managed Google Play, but it was not sufficient for testing, as had to update the version code after each upload, and past versions could not be installed, and it took longer (than before) for the updates to take effect (Also, the app must be uploaded as a production version and cannot be used for internal test). What we would like to know is how to test the app in the Android Enterprise BYOD work profile (as we have done in the past); it would be great if we could install the app from Firebase App Distribution, or use Google Play's internal app sharing (not available right now) would be fine. Does anyone have any ideas? Or are there any plans for improvements on the Android Enterprise roadmap?4.9KViews0likes8CommentsWork Profile Password Complexity affects Personal Space device password that unlocks the device : Intune
Hi, Personally owned devices with a work profile running on Android 12 and above devices today, we are over controlling their personal space by demanding complex password setup. there are two passwords affected by this Password complexity setting in Intune : The device password that unlocks the device The work profile password that allows users to access the work profile Even we choose medium complexity, user are getting a notification to change the device password to complex. this is not feasible for the BYOD scenario. Yes, i can understand security perspective avoid simple passcode, but policy shouldn't force for lengthy and complex passwords. how you configured this password complexity your environment ?.4.5KViews1like7CommentsInstall Certificate Authority on personnally owned device via Android Management API Policies
Hello community, I am trying to install a Certificate Authority on android devices via work profiles. The devices have been enrolled via Android Management API, and the policy is applied on devices without any problems (as reported by Android Management API). I used the openNetworkConfiguration field on the policy as followed : "openNetworkConfiguration": { "Type": "UnencryptedConfiguration", "NetworkConfigurations": [], "Certificates": [ { "GUID": "company-certificate-authority-19201", "Type": "Authority", "X509": "MIIF... (base64 encoded DER certificate authority)", "TrustBits": ["Web"] } ] } Nevertheless, this do not seem to work. I checked in the phone settings > certificate authorities and there is no certificate authority on the work profile. When I try to visit a website with a certificate signed by the aforementionned CA, I get certificate authority unknown error. Are these settings ignored on-purpose ? Did I missed something ? By the way, I already tried the following without success: Use PEM-encoded-base64ed in the X509 field instead of DER-encoded (DER-encoded certs is used in the example provided in the openNetworkConfiguration spec). Use "Server" type instead of "Authority" Do not use the "TrustBits" setting Thanks for your help 🙂4.5KViews0likes4CommentsAuto Launch Android App when deployed from MDM(Google Workspace etc)
Hi Folks, I am focused on to auto-launch my app upon installation when deployed from MDMs, to set up and sync with servers. But I can not find a way to do so. I am curious if there is any way to achieve this by any exclusive support for auto-launch by Android Enterprise programmatically. A few MDMs provide this auto-launch feature. Any kind of help is appreciated. Thanks.Solved4KViews2likes2Comments