diff --git a/core/java/android/app/admin/DevicePolicyManager.java b/core/java/android/app/admin/DevicePolicyManager.java index c505b0bfc6b0c..e3414d9163376 100644 --- a/core/java/android/app/admin/DevicePolicyManager.java +++ b/core/java/android/app/admin/DevicePolicyManager.java @@ -3204,8 +3204,13 @@ public class DevicePolicyManager { * Called by a profile or device owner to set the application restrictions for a given target * application running in the profile. * - *
The provided {@link Bundle} consists of key-value pairs, where the types of values may be - * boolean, int, String, or String[]. + *
The provided {@link Bundle} consists of key-value pairs, where the types of values may be: + *
The application restrictions are only made visible to the target application and the * profile or device owner.