|
|
|
@ -70,182 +70,182 @@ import java.util.List;
|
|
|
|
|
@Scope(
|
|
|
|
|
name = "Lock Device",
|
|
|
|
|
description = "Hard lock own device",
|
|
|
|
|
key = "perm:android:lock-devices",
|
|
|
|
|
key = "and:ops:lock-devices",
|
|
|
|
|
roles = {"Internal/devicemgt-admin"},
|
|
|
|
|
permissions = {"/device-mgt/devices/owning-device/operations/android/lock"}
|
|
|
|
|
),
|
|
|
|
|
@Scope(
|
|
|
|
|
name = "Unlock Device",
|
|
|
|
|
description = "Unlock permanently locked device",
|
|
|
|
|
key = "perm:android:unlock-devices",
|
|
|
|
|
key = "and:ops:unlock-devices",
|
|
|
|
|
roles = {"Internal/devicemgt-admin"},
|
|
|
|
|
permissions = {"/device-mgt/devices/owning-device/operations/android/unlock"}
|
|
|
|
|
),
|
|
|
|
|
@Scope(
|
|
|
|
|
name = "Get Location",
|
|
|
|
|
description = "Request device location coordinates",
|
|
|
|
|
key = "perm:android:location",
|
|
|
|
|
key = "and:ops:location",
|
|
|
|
|
roles = {"Internal/devicemgt-admin"},
|
|
|
|
|
permissions = {"/device-mgt/devices/owning-device/operations/android/location"}
|
|
|
|
|
),
|
|
|
|
|
@Scope(
|
|
|
|
|
name = "Clear Password",
|
|
|
|
|
description = "Clear the password on Android devices",
|
|
|
|
|
key = "perm:android:clear-password",
|
|
|
|
|
key = "and:ops:clear-password",
|
|
|
|
|
roles = {"Internal/devicemgt-admin"},
|
|
|
|
|
permissions = {"/device-mgt/devices/owning-device/operations/android/clear-password"}
|
|
|
|
|
),
|
|
|
|
|
@Scope(
|
|
|
|
|
name = "Control Camera",
|
|
|
|
|
description = "Enabling or Disabling the Camera on Android Devices",
|
|
|
|
|
key = "perm:android:control-camera",
|
|
|
|
|
key = "and:ops:control-camera",
|
|
|
|
|
roles = {"Internal/devicemgt-admin"},
|
|
|
|
|
permissions = {"/device-mgt/devices/owning-device/operations/android/camera"}
|
|
|
|
|
),
|
|
|
|
|
@Scope(
|
|
|
|
|
name = "Get Info",
|
|
|
|
|
description = "Requesting device information from Android Devices",
|
|
|
|
|
key = "perm:android:info",
|
|
|
|
|
key = "and:ops:device-info",
|
|
|
|
|
roles = {"Internal/devicemgt-admin"},
|
|
|
|
|
permissions = {"/device-mgt/devices/owning-device/operations/android/info"}
|
|
|
|
|
),
|
|
|
|
|
@Scope(
|
|
|
|
|
name = "Get Logs",
|
|
|
|
|
description = "Requesting Logcat Details from Android Devices",
|
|
|
|
|
key = "perm:android:logcat",
|
|
|
|
|
key = "and:ops:logcat",
|
|
|
|
|
roles = {"Internal/devicemgt-admin"},
|
|
|
|
|
permissions = {"/device-mgt/devices/owning-device/operations/android/logcat"}
|
|
|
|
|
),
|
|
|
|
|
@Scope(
|
|
|
|
|
name = "Enterprise Wipe",
|
|
|
|
|
description = "Enterprise Wiping Android Devices",
|
|
|
|
|
key = "perm:android:enterprise-wipe",
|
|
|
|
|
key = "and:ops:enterprise-wipe",
|
|
|
|
|
roles = {"Internal/devicemgt-admin"},
|
|
|
|
|
permissions = {"/device-mgt/devices/owning-device/operations/android/enterprise-wipe"}
|
|
|
|
|
),
|
|
|
|
|
@Scope(
|
|
|
|
|
name = "Factory Reset",
|
|
|
|
|
description = "Factory Resetting Android Devices",
|
|
|
|
|
key = "perm:android:wipe",
|
|
|
|
|
key = "and:ops:wipe",
|
|
|
|
|
roles = {"Internal/devicemgt-admin"},
|
|
|
|
|
permissions = {"/device-mgt/devices/owning-device/operations/android/wipe"}
|
|
|
|
|
),
|
|
|
|
|
@Scope(
|
|
|
|
|
name = "Get Installed Applications",
|
|
|
|
|
description = "Get list of installed applications",
|
|
|
|
|
key = "perm:android:applications",
|
|
|
|
|
key = "and:ops:app-list",
|
|
|
|
|
roles = {"Internal/devicemgt-admin"},
|
|
|
|
|
permissions = {"/device-mgt/devices/owning-device/operations/android/applications"}
|
|
|
|
|
),
|
|
|
|
|
@Scope(
|
|
|
|
|
name = "Ring Device",
|
|
|
|
|
description = "Ring Android devices",
|
|
|
|
|
key = "perm:android:ring",
|
|
|
|
|
key = "and:ops:ring",
|
|
|
|
|
roles = {"Internal/devicemgt-admin"},
|
|
|
|
|
permissions = {"/device-mgt/devices/owning-device/operations/android/ring"}
|
|
|
|
|
),
|
|
|
|
|
@Scope(
|
|
|
|
|
name = "Reboot Device",
|
|
|
|
|
description = "Reboot Android devices",
|
|
|
|
|
key = "perm:android:reboot",
|
|
|
|
|
key = "and:ops:reboot",
|
|
|
|
|
roles = {"Internal/devicemgt-admin"},
|
|
|
|
|
permissions = {"/device-mgt/devices/owning-device/operations/android/reboot"}
|
|
|
|
|
),
|
|
|
|
|
@Scope(
|
|
|
|
|
name = "Mute Device",
|
|
|
|
|
description = "Mute Android devices",
|
|
|
|
|
key = "perm:android:mute",
|
|
|
|
|
key = "and:ops:mute",
|
|
|
|
|
roles = {"Internal/devicemgt-admin"},
|
|
|
|
|
permissions = {"/device-mgt/devices/owning-device/operations/android/mute"}
|
|
|
|
|
),
|
|
|
|
|
@Scope(
|
|
|
|
|
name = "Install Applications",
|
|
|
|
|
description = "Installing an Application on Android Devices",
|
|
|
|
|
key = "perm:android:install-application",
|
|
|
|
|
key = "and:ops:install-app",
|
|
|
|
|
roles = {"Internal/devicemgt-admin"},
|
|
|
|
|
permissions = {"/device-mgt/devices/owning-device/operations/android/install-app"}
|
|
|
|
|
),
|
|
|
|
|
@Scope(
|
|
|
|
|
name = "Update Applications",
|
|
|
|
|
description = "Updating an Application on Android Devices",
|
|
|
|
|
key = "perm:android:update-application",
|
|
|
|
|
key = "and:ops:update-app",
|
|
|
|
|
roles = {"Internal/devicemgt-admin"},
|
|
|
|
|
permissions = {"/device-mgt/devices/owning-device/operations/android/update-app"}
|
|
|
|
|
),
|
|
|
|
|
@Scope(
|
|
|
|
|
name = "Uninstall Applications",
|
|
|
|
|
description = "Uninstalling an Application on Android Devices",
|
|
|
|
|
key = "perm:android:uninstall-application",
|
|
|
|
|
key = "and:ops:uninstall-app",
|
|
|
|
|
roles = {"Internal/devicemgt-admin"},
|
|
|
|
|
permissions = {"/device-mgt/devices/owning-device/operations/android/uninstall-app"}
|
|
|
|
|
),
|
|
|
|
|
@Scope(
|
|
|
|
|
name = "Blacklist Applications",
|
|
|
|
|
description = "Blacklisting applications on Android Devices",
|
|
|
|
|
key = "perm:android:blacklist-applications",
|
|
|
|
|
key = "and:ops:blacklist-app",
|
|
|
|
|
roles = {"Internal/devicemgt-admin"},
|
|
|
|
|
permissions = {"/device-mgt/devices/owning-device/operations/android/blacklist-app"}
|
|
|
|
|
),
|
|
|
|
|
@Scope(
|
|
|
|
|
name = "Upgrade Firmware",
|
|
|
|
|
description = "Upgrading Firmware of Android Devices",
|
|
|
|
|
key = "perm:android:upgrade-firmware",
|
|
|
|
|
key = "and:ops:upgrade-firmware",
|
|
|
|
|
roles = {"Internal/devicemgt-admin"},
|
|
|
|
|
permissions = {"/device-mgt/devices/owning-device/operations/android/upgrade"}
|
|
|
|
|
),
|
|
|
|
|
@Scope(
|
|
|
|
|
name = "Configure VPN",
|
|
|
|
|
description = "Configure VPN on Android Device",
|
|
|
|
|
key = "perm:android:configure-vpn",
|
|
|
|
|
key = "and:ops:configure-vpn",
|
|
|
|
|
roles = {"Internal/devicemgt-admin"},
|
|
|
|
|
permissions = {"/device-mgt/devices/owning-device/operations/android/vpn"}
|
|
|
|
|
),
|
|
|
|
|
@Scope(
|
|
|
|
|
name = "Send Notification",
|
|
|
|
|
description = "Sending a notification to Android Device",
|
|
|
|
|
key = "perm:android:send-notification",
|
|
|
|
|
key = "and:ops:send-notif",
|
|
|
|
|
roles = {"Internal/devicemgt-admin"},
|
|
|
|
|
permissions = {"/device-mgt/devices/owning-device/operations/android/send-notification"}
|
|
|
|
|
),
|
|
|
|
|
@Scope(
|
|
|
|
|
name = "Configure Wi-Fi",
|
|
|
|
|
description = "Configure Wi-Fi on Android Device",
|
|
|
|
|
key = "perm:android:configure-wifi",
|
|
|
|
|
key = "and:ops:configure-wifi",
|
|
|
|
|
roles = {"Internal/devicemgt-admin"},
|
|
|
|
|
permissions = {"/device-mgt/devices/owning-device/operations/android/wifi"}
|
|
|
|
|
),
|
|
|
|
|
@Scope(
|
|
|
|
|
name = "Encrypt Storage",
|
|
|
|
|
description = "Encrypting storage on Android Device",
|
|
|
|
|
key = "perm:android:encrypt-storage",
|
|
|
|
|
key = "and:ops:encrypt-storage",
|
|
|
|
|
roles = {"Internal/devicemgt-admin"},
|
|
|
|
|
permissions = {"/device-mgt/devices/owning-device/operations/android/encrypt"}
|
|
|
|
|
),
|
|
|
|
|
@Scope(
|
|
|
|
|
name = "Change Password",
|
|
|
|
|
description = "Changing the lock code of an Android Device",
|
|
|
|
|
key = "perm:android:change-lock-code",
|
|
|
|
|
key = "and:ops:change-lock-code",
|
|
|
|
|
roles = {"Internal/devicemgt-admin"},
|
|
|
|
|
permissions = {"/device-mgt/devices/owning-device/operations/android/change-lock-code"}
|
|
|
|
|
),
|
|
|
|
|
@Scope(
|
|
|
|
|
name = "Password Policy",
|
|
|
|
|
description = "Set password policy of an Android Device",
|
|
|
|
|
key = "perm:android:set-password-policy",
|
|
|
|
|
key = "and:ops:password-policy",
|
|
|
|
|
roles = {"Internal/devicemgt-admin"},
|
|
|
|
|
permissions = {"/device-mgt/devices/owning-device/operations/android/password-policy"}
|
|
|
|
|
),
|
|
|
|
|
@Scope(
|
|
|
|
|
name = "Add Web clip",
|
|
|
|
|
description = "Setting a Web Clip on Android Devices",
|
|
|
|
|
key = "perm:android:set-webclip",
|
|
|
|
|
key = "and:ops:set-webclip",
|
|
|
|
|
roles = {"Internal/devicemgt-admin"},
|
|
|
|
|
permissions = {"/device-mgt/devices/owning-device/operations/android/webclip"}
|
|
|
|
|
),
|
|
|
|
|
@Scope(
|
|
|
|
|
name = "File Transfer",
|
|
|
|
|
description = "Transferring a file to android devices",
|
|
|
|
|
key = "perm:android:file-transfer",
|
|
|
|
|
key = "and:ops:file-transfer",
|
|
|
|
|
roles = {"Internal/devicemgt-admin"},
|
|
|
|
|
permissions = {"/device-mgt/devices/owning-device/operations/android/file-transfer"}
|
|
|
|
|
)
|
|
|
|
@ -265,7 +265,7 @@ public interface DeviceManagementAdminService {
|
|
|
|
|
tags = "Android Device Management Administrative Service",
|
|
|
|
|
extensions = {
|
|
|
|
|
@Extension(properties = {
|
|
|
|
|
@ExtensionProperty(name = AndroidConstants.SCOPE, value = "perm:android:file-transfer")
|
|
|
|
|
@ExtensionProperty(name = AndroidConstants.SCOPE, value = "and:ops:file-transfer")
|
|
|
|
|
})
|
|
|
|
|
}
|
|
|
|
|
)
|
|
|
|
@ -326,7 +326,7 @@ public interface DeviceManagementAdminService {
|
|
|
|
|
tags = "Android Device Management Administrative Service",
|
|
|
|
|
extensions = {
|
|
|
|
|
@Extension(properties = {
|
|
|
|
|
@ExtensionProperty(name = AndroidConstants.SCOPE, value = "perm:android:lock-devices")
|
|
|
|
|
@ExtensionProperty(name = AndroidConstants.SCOPE, value = "and:ops:lock-devices")
|
|
|
|
|
})
|
|
|
|
|
}
|
|
|
|
|
)
|
|
|
|
@ -389,7 +389,7 @@ public interface DeviceManagementAdminService {
|
|
|
|
|
tags = "Android Device Management Administrative Service",
|
|
|
|
|
extensions = {
|
|
|
|
|
@Extension(properties = {
|
|
|
|
|
@ExtensionProperty(name = AndroidConstants.SCOPE, value = "perm:android:unlock-devices")
|
|
|
|
|
@ExtensionProperty(name = AndroidConstants.SCOPE, value = "and:ops:unlock-devices")
|
|
|
|
|
})
|
|
|
|
|
}
|
|
|
|
|
)
|
|
|
|
@ -452,7 +452,7 @@ public interface DeviceManagementAdminService {
|
|
|
|
|
tags = "Android Device Management Administrative Service",
|
|
|
|
|
extensions = {
|
|
|
|
|
@Extension(properties = {
|
|
|
|
|
@ExtensionProperty(name = AndroidConstants.SCOPE, value = "perm:android:location")
|
|
|
|
|
@ExtensionProperty(name = AndroidConstants.SCOPE, value = "and:ops:location")
|
|
|
|
|
})
|
|
|
|
|
}
|
|
|
|
|
)
|
|
|
|
@ -511,7 +511,7 @@ public interface DeviceManagementAdminService {
|
|
|
|
|
tags = "Android Device Management Administrative Service",
|
|
|
|
|
extensions = {
|
|
|
|
|
@Extension(properties = {
|
|
|
|
|
@ExtensionProperty(name = AndroidConstants.SCOPE, value = "perm:android:clear-password")
|
|
|
|
|
@ExtensionProperty(name = AndroidConstants.SCOPE, value = "and:ops:clear-password")
|
|
|
|
|
})
|
|
|
|
|
}
|
|
|
|
|
)
|
|
|
|
@ -569,7 +569,7 @@ public interface DeviceManagementAdminService {
|
|
|
|
|
tags = "Android Device Management Administrative Service",
|
|
|
|
|
extensions = {
|
|
|
|
|
@Extension(properties = {
|
|
|
|
|
@ExtensionProperty(name = AndroidConstants.SCOPE, value = "perm:android:control-camera")
|
|
|
|
|
@ExtensionProperty(name = AndroidConstants.SCOPE, value = "and:ops:control-camera")
|
|
|
|
|
})
|
|
|
|
|
})
|
|
|
|
|
@ApiResponses(value = {
|
|
|
|
@ -634,7 +634,7 @@ public interface DeviceManagementAdminService {
|
|
|
|
|
tags = "Android Device Management Administrative Service",
|
|
|
|
|
extensions = {
|
|
|
|
|
@Extension(properties = {
|
|
|
|
|
@ExtensionProperty(name = AndroidConstants.SCOPE, value = "perm:android:info")
|
|
|
|
|
@ExtensionProperty(name = AndroidConstants.SCOPE, value = "and:ops:device-info")
|
|
|
|
|
})
|
|
|
|
|
}
|
|
|
|
|
)
|
|
|
|
@ -697,7 +697,7 @@ public interface DeviceManagementAdminService {
|
|
|
|
|
tags = "Android Device Management Administrative Service",
|
|
|
|
|
extensions = {
|
|
|
|
|
@Extension(properties = {
|
|
|
|
|
@ExtensionProperty(name = AndroidConstants.SCOPE, value = "perm:android:logcat")
|
|
|
|
|
@ExtensionProperty(name = AndroidConstants.SCOPE, value = "and:ops:logcat")
|
|
|
|
|
})
|
|
|
|
|
}
|
|
|
|
|
)
|
|
|
|
@ -759,7 +759,7 @@ public interface DeviceManagementAdminService {
|
|
|
|
|
tags = "Android Device Management Administrative Service",
|
|
|
|
|
extensions = {
|
|
|
|
|
@Extension(properties = {
|
|
|
|
|
@ExtensionProperty(name = AndroidConstants.SCOPE, value = "perm:android:enterprise-wipe")
|
|
|
|
|
@ExtensionProperty(name = AndroidConstants.SCOPE, value = "and:ops:enterprise-wipe")
|
|
|
|
|
})
|
|
|
|
|
}
|
|
|
|
|
)
|
|
|
|
@ -819,7 +819,7 @@ public interface DeviceManagementAdminService {
|
|
|
|
|
tags = "Android Device Management Administrative Service",
|
|
|
|
|
extensions = {
|
|
|
|
|
@Extension(properties = {
|
|
|
|
|
@ExtensionProperty(name = AndroidConstants.SCOPE, value = "perm:android:wipe")
|
|
|
|
|
@ExtensionProperty(name = AndroidConstants.SCOPE, value = "and:ops:wipe")
|
|
|
|
|
})
|
|
|
|
|
}
|
|
|
|
|
)
|
|
|
|
@ -883,7 +883,7 @@ public interface DeviceManagementAdminService {
|
|
|
|
|
tags = "Android Device Management Administrative Service",
|
|
|
|
|
extensions = {
|
|
|
|
|
@Extension(properties = {
|
|
|
|
|
@ExtensionProperty(name = AndroidConstants.SCOPE, value = "perm:android:applications")
|
|
|
|
|
@ExtensionProperty(name = AndroidConstants.SCOPE, value = "and:ops:app-list")
|
|
|
|
|
})
|
|
|
|
|
}
|
|
|
|
|
)
|
|
|
|
@ -943,7 +943,7 @@ public interface DeviceManagementAdminService {
|
|
|
|
|
tags = "Android Device Management Administrative Service",
|
|
|
|
|
extensions = {
|
|
|
|
|
@Extension(properties = {
|
|
|
|
|
@ExtensionProperty(name = AndroidConstants.SCOPE, value = "perm:android:ring")
|
|
|
|
|
@ExtensionProperty(name = AndroidConstants.SCOPE, value = "and:ops:ring")
|
|
|
|
|
})
|
|
|
|
|
}
|
|
|
|
|
)
|
|
|
|
@ -1003,7 +1003,7 @@ public interface DeviceManagementAdminService {
|
|
|
|
|
tags = "Android Device Management Administrative Service",
|
|
|
|
|
extensions = {
|
|
|
|
|
@Extension(properties = {
|
|
|
|
|
@ExtensionProperty(name = AndroidConstants.SCOPE, value = "perm:android:reboot")
|
|
|
|
|
@ExtensionProperty(name = AndroidConstants.SCOPE, value = "and:ops:reboot")
|
|
|
|
|
})
|
|
|
|
|
}
|
|
|
|
|
)
|
|
|
|
@ -1063,7 +1063,7 @@ public interface DeviceManagementAdminService {
|
|
|
|
|
tags = "Android Device Management Administrative Service",
|
|
|
|
|
extensions = {
|
|
|
|
|
@Extension(properties = {
|
|
|
|
|
@ExtensionProperty(name = AndroidConstants.SCOPE, value = "perm:android:mute")
|
|
|
|
|
@ExtensionProperty(name = AndroidConstants.SCOPE, value = "and:ops:mute")
|
|
|
|
|
})
|
|
|
|
|
}
|
|
|
|
|
)
|
|
|
|
@ -1125,7 +1125,7 @@ public interface DeviceManagementAdminService {
|
|
|
|
|
tags = "Android Device Management Administrative Service",
|
|
|
|
|
extensions = {
|
|
|
|
|
@Extension(properties = {
|
|
|
|
|
@ExtensionProperty(name = AndroidConstants.SCOPE, value = "perm:android:install-application")
|
|
|
|
|
@ExtensionProperty(name = AndroidConstants.SCOPE, value = "and:ops:install-app")
|
|
|
|
|
})
|
|
|
|
|
}
|
|
|
|
|
)
|
|
|
|
@ -1190,7 +1190,7 @@ public interface DeviceManagementAdminService {
|
|
|
|
|
tags = "Android Device Management Administrative Service",
|
|
|
|
|
extensions = {
|
|
|
|
|
@Extension(properties = {
|
|
|
|
|
@ExtensionProperty(name = AndroidConstants.SCOPE, value = "perm:android:update-application")
|
|
|
|
|
@ExtensionProperty(name = AndroidConstants.SCOPE, value = "and:ops:update-app")
|
|
|
|
|
})
|
|
|
|
|
}
|
|
|
|
|
)
|
|
|
|
@ -1252,7 +1252,7 @@ public interface DeviceManagementAdminService {
|
|
|
|
|
tags = "Android Device Management Administrative Service",
|
|
|
|
|
extensions = {
|
|
|
|
|
@Extension(properties = {
|
|
|
|
|
@ExtensionProperty(name = AndroidConstants.SCOPE, value = "perm:android:uninstall-application")
|
|
|
|
|
@ExtensionProperty(name = AndroidConstants.SCOPE, value = "and:ops:uninstall-app")
|
|
|
|
|
})
|
|
|
|
|
}
|
|
|
|
|
)
|
|
|
|
@ -1318,7 +1318,7 @@ public interface DeviceManagementAdminService {
|
|
|
|
|
tags = "Android Device Management Administrative Service",
|
|
|
|
|
extensions = {
|
|
|
|
|
@Extension(properties = {
|
|
|
|
|
@ExtensionProperty(name = AndroidConstants.SCOPE, value = "perm:android:blacklist-applications")
|
|
|
|
|
@ExtensionProperty(name = AndroidConstants.SCOPE, value = "and:ops:blacklist-app")
|
|
|
|
|
})
|
|
|
|
|
}
|
|
|
|
|
)
|
|
|
|
@ -1380,7 +1380,7 @@ public interface DeviceManagementAdminService {
|
|
|
|
|
tags = "Android Device Management Administrative Service",
|
|
|
|
|
extensions = {
|
|
|
|
|
@Extension(properties = {
|
|
|
|
|
@ExtensionProperty(name = AndroidConstants.SCOPE, value = "perm:android:upgrade-firmware")
|
|
|
|
|
@ExtensionProperty(name = AndroidConstants.SCOPE, value = "and:ops:upgrade-firmware")
|
|
|
|
|
})
|
|
|
|
|
}
|
|
|
|
|
)
|
|
|
|
@ -1444,7 +1444,7 @@ public interface DeviceManagementAdminService {
|
|
|
|
|
tags = "Android Device Management Administrative Service",
|
|
|
|
|
extensions = {
|
|
|
|
|
@Extension(properties = {
|
|
|
|
|
@ExtensionProperty(name = AndroidConstants.SCOPE, value = "perm:android:configure-vpn")
|
|
|
|
|
@ExtensionProperty(name = AndroidConstants.SCOPE, value = "and:ops:configure-vpn")
|
|
|
|
|
})
|
|
|
|
|
}
|
|
|
|
|
)
|
|
|
|
@ -1504,7 +1504,7 @@ public interface DeviceManagementAdminService {
|
|
|
|
|
tags = "Android Device Management Administrative Service",
|
|
|
|
|
extensions = {
|
|
|
|
|
@Extension(properties = {
|
|
|
|
|
@ExtensionProperty(name = AndroidConstants.SCOPE, value = "perm:android:send-notification")
|
|
|
|
|
@ExtensionProperty(name = AndroidConstants.SCOPE, value = "and:ops:send-notif")
|
|
|
|
|
})
|
|
|
|
|
}
|
|
|
|
|
)
|
|
|
|
@ -1565,7 +1565,7 @@ public interface DeviceManagementAdminService {
|
|
|
|
|
tags = "Android Device Management Administrative Service",
|
|
|
|
|
extensions = {
|
|
|
|
|
@Extension(properties = {
|
|
|
|
|
@ExtensionProperty(name = AndroidConstants.SCOPE, value = "perm:android:configure-wifi")
|
|
|
|
|
@ExtensionProperty(name = AndroidConstants.SCOPE, value = "and:ops:configure-wifi")
|
|
|
|
|
})
|
|
|
|
|
}
|
|
|
|
|
)
|
|
|
|
@ -1627,7 +1627,7 @@ public interface DeviceManagementAdminService {
|
|
|
|
|
tags = "Android Device Management Administrative Service",
|
|
|
|
|
extensions = {
|
|
|
|
|
@Extension(properties = {
|
|
|
|
|
@ExtensionProperty(name = AndroidConstants.SCOPE, value = "perm:android:encrypt-storage")
|
|
|
|
|
@ExtensionProperty(name = AndroidConstants.SCOPE, value = "and:ops:encrypt-storage")
|
|
|
|
|
})
|
|
|
|
|
}
|
|
|
|
|
)
|
|
|
|
@ -1689,7 +1689,7 @@ public interface DeviceManagementAdminService {
|
|
|
|
|
tags = "Android Device Management Administrative Service",
|
|
|
|
|
extensions = {
|
|
|
|
|
@Extension(properties = {
|
|
|
|
|
@ExtensionProperty(name = AndroidConstants.SCOPE, value = "perm:android:change-lock-code")
|
|
|
|
|
@ExtensionProperty(name = AndroidConstants.SCOPE, value = "and:ops:change-lock-code")
|
|
|
|
|
})
|
|
|
|
|
}
|
|
|
|
|
)
|
|
|
|
@ -1751,7 +1751,7 @@ public interface DeviceManagementAdminService {
|
|
|
|
|
tags = "Android Device Management Administrative Service",
|
|
|
|
|
extensions = {
|
|
|
|
|
@Extension(properties = {
|
|
|
|
|
@ExtensionProperty(name = AndroidConstants.SCOPE, value = "perm:android:set-password-policy")
|
|
|
|
|
@ExtensionProperty(name = AndroidConstants.SCOPE, value = "and:ops:password-policy")
|
|
|
|
|
})
|
|
|
|
|
}
|
|
|
|
|
)
|
|
|
|
@ -1811,7 +1811,7 @@ public interface DeviceManagementAdminService {
|
|
|
|
|
tags = "Android Device Management Administrative Service",
|
|
|
|
|
extensions = {
|
|
|
|
|
@Extension(properties = {
|
|
|
|
|
@ExtensionProperty(name = AndroidConstants.SCOPE, value = "perm:android:set-webclip")
|
|
|
|
|
@ExtensionProperty(name = AndroidConstants.SCOPE, value = "and:ops:set-webclip")
|
|
|
|
|
})
|
|
|
|
|
}
|
|
|
|
|
)
|
|
|
|
|