Manage app permissions on Wear OS devices
Last updated September 6th, 2023
Set permissions for the third-party apps on a device to provide or restrict access to the device and user data. You can grant or deny runtime permissions for apps or set a prompt for device users to confirm runtime app permissions.
-
On the Knox Manage console, go to Profile.
-
Create a new profile or click the name of an existing profile to edit it.
-
In the profile’s details, click Modify Policy. The Set Policy page opens.
-
Click Wear OS > Application to open the Application policy group.
-
In the App Permission field, select:
- Grant - to provide access to app permissions.
- Deny - to restrict app permissions.
- Prompt - to allow the device users to grant or deny app permissions.
-
For the App Permission Exception Policy List policy, click Add and select an app to set its permissions. The App permission setting dialog opens with all permissions set to Grant, by default.
-
As needed, select Grant, Deny, or Prompt for each permission and click Save.
-
Click Save & Assign to save the changes to the profile and push it to the devices.
Set delegation scope for third-party apps
You can specify the delegation scope for third-party apps to allow them access and use of device API and policy control.
As an example, consider using the delegation scope settings to allow access to a device’s interface, including information such as IMEI and Serial Number of a smartwatch:
-
On the Knox Manage console, navigate to Profile > Modify Profile > Wear OS > Application. The Application policies page displays.
-
In the App Delegation Scope Management field, select Apply.
-
In the Package Name field, click Select and select the required app in the Select Application dialog.
-
In the Delegation Scope field, select Certificate installation and management.
When requesting device identification, declare
READ_PHONE_STATE
authority and callBuild.getSerial()
orTelephonyManager.getImei()
API by target package. -
Repeat steps 3 and 4 to add the required apps.
-
Click Save.
On this page
Is this page helpful?