Example usage for Java android.content RestrictionsManager fields, constructors, methods, implement or subclass
The text is from its open source code.
Bundle | convertRestrictionsToBundle(List Converts a list of restrictions to the corresponding bundle, using the following mapping:
| ||||||||||||||
Bundle | getApplicationRestrictions() Returns any available set of application-specific restrictions applicable to this application. | ||||||||||||||
List | getManifestRestrictions(String packageName) Parse and return the list of restrictions defined in the manifest for the specified package, if any. |