App Settings
These are settings that apply to one single app. This screen will appear to a user in one of two scenarios:
- When the user first installs an app
- When the user navigates there via the home screen or a notification
Permissions in app settings are divided into two categories:
- App Internal Use: The data requested will be used by the app itself, or could be sent off of the device and possibly kept within the servers that the app communicates with. The data should not be shared with any external parties.
- Third Party Use: The data requested will be shared with parties external to the company who developed this app. Typically, the data is being used for advertising or analytics purposes.
Third party policy setting cards also give the user the option to configure based on specific third party, if they press on the 'advanced' link.
App settings may report that there may be no third party access, but it is possible the policy manager will detect third party access during the course of app use. If this happens, the user will be presented with a prompt to decide on a policy for this access.
App settings are user settings, and thus are enforced with the lowest priority in CMUs policy enforcement algorithm. This means they are overridden by any active policy profiles, and quick settings. They are also subject to the 'most recent setting wins' rule, where a user setting most recently configured is the policy that is enforced.
Go Back