Mobile device management: Difference between revisions

Jump to navigation Jump to search
Line 169: Line 169:
App-specific configuration on Android is limited to custom apps with MDM-specific support (having MS Intune MAM SDK included). Such apps consume app-specific configuration in the form of key-value pairs from the following list:
App-specific configuration on Android is limited to custom apps with MDM-specific support (having MS Intune MAM SDK included). Such apps consume app-specific configuration in the form of key-value pairs from the following list:


<syntaxhighlight lang="txt">
<syntaxhighlight lang="text">
UserMode                  Integer value (0: Standard, 1: External, 2: Anonymous, 3: CurrentWinUser, 4: OAuth2)
UserMode                  Integer value (0: Standard, 1: External, 2: Anonymous, 3: CurrentWinUser, 4: OAuth2)
OrganizationUrl             
OrganizationUrl             

Navigation menu