Device Restriction
info
Only real devices are supported.
As a Project Administrator you can restrict users certain actions or applications. Click Settings -> Device Policies -> Restriction.
Restricted Applications
The restrictions apply to all users of the project but not to Project Administrators.
To create a new restriction:
- Click Create.
- Provide the following parameters:
- OS
- Match type - How to identify the application - Exactly matching or Partial.
- Application Identifier - String to identify the running application, according to the Match Type chosen.
- Action - Action that to be performed, once the application has been identified as running on the device (Kill application or send the Application to Home Screen)
- Click Save.
Restricted Application Permissions
-
Click Create.
-
Enter the name of the permission.
-
Choose which action to perform when an app with such permission is launched. You can also add a list of permissions by separating them with a comma.
-
Click Save.
info
- In Android 5.0 and above, when several activities share the same activity name, you can specify the activity to restrict from its text title or content.
- Here is an example of how to restrict the security setting in the Settings application, but allow users to visit Wi-Fi/Bluetooth activities:
- com.android.settings.SubSettings: Security
- Where "SubSetting" is the activity name and "Security" is the activity text title.