User Profile
Figlovsky_K
Level 1.6: Donut
Joined 2 years ago
User Widgets
Contributions
Gmail "exchange_authentication_type" restriction
Hi, I'm trying to configure Gmail via managed configuration (by custom DPC app). I was a little confused by the description of setting "exchange_authentication_type" from the documentation. The text looks like it should be a string with a value from the list. https://support.google.com/work/android/answer/7065453?hl=en&ref_topic=6174026 However, according to the gmail configuration file, the application must pass an array of strings <restriction android:key="exchange_authentication_type" android:restrictionType="multi-select" /> Can you help me on a couple of questions: 1) Has this behavior been there since the setting was introduced, or has it changed over time? 2) What happens if you pass all possible values into an array? I also noticed that if you pass null, then Gmail does not want to authorize the user using the certificate in the work profile, is this expected behavior?1.3KViews0likes1CommentRe: Gmail "allow_unmanaged_accounts" restriction issue
Hi Reece, Thank you for your help, I will monitor the status of the announcement. In my case, the problem occurs on the version "2023.09.17.567125956.Release". If you need any more information about the problem, I will be happy to help 🙂8.1KViews0likes2CommentsRe: Gmail "allow_unmanaged_accounts" restriction issue
Thanks for the reply, I checked it. After applying the settings, the application UI still allows you to add other accounts, including the exchange account I also made sure by calling getApplicationRestrictions that all data was transferred correctly. In my case ""allow_unmanaged_accounts" value has no effect. Regardless of whether it is true or false6.8KViews0likes4CommentsGmail "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.9KViews1like11Comments