am 8e85fdfe: am 467951ee: am 4dbb37ae: Merge "Update setApplicationRestrictions documentation" into mnc-dev
* commit '8e85fdfe4622f69bb8ca833728144e1925d02ad2': Update setApplicationRestrictions documentation
This commit is contained in:
@@ -3204,8 +3204,13 @@ public class DevicePolicyManager {
|
|||||||
* Called by a profile or device owner to set the application restrictions for a given target
|
* Called by a profile or device owner to set the application restrictions for a given target
|
||||||
* application running in the profile.
|
* application running in the profile.
|
||||||
*
|
*
|
||||||
* <p>The provided {@link Bundle} consists of key-value pairs, where the types of values may be
|
* <p>The provided {@link Bundle} consists of key-value pairs, where the types of values may be:
|
||||||
* boolean, int, String, or String[].
|
* <ul>
|
||||||
|
* <li>{@code boolean}
|
||||||
|
* <li>{@code int}
|
||||||
|
* <li>{@code String} or {@code String[]}
|
||||||
|
* <li>From {@link android.os.Build.VERSION_CODES#M}, {@code Bundle} or {@code Bundle[]}
|
||||||
|
* </ul>
|
||||||
*
|
*
|
||||||
* <p>The application restrictions are only made visible to the target application and the
|
* <p>The application restrictions are only made visible to the target application and the
|
||||||
* profile or device owner.
|
* profile or device owner.
|
||||||
|
|||||||
Reference in New Issue
Block a user