- name
- The fully qualified name (i.e. com.google.permission.LOGIN) of the permission you are interested in.
- flags
- Additional option flags. Use PackageManager.GET_META_DATA to retrieve any meta-data associated with the permission.
Documentation for this section has not yet been entered.
Type Reason !:NoType:android/content/pm/PackageManager$NameNotFoundException;Href=../../../../reference/android/content/pm/PackageManager.NameNotFoundException.html
Retrieve all of the information we know about a particular permission.
Throws NoType:android/content/pm/PackageManager$NameNotFoundException;Href=../../../../reference/android/content/pm/PackageManager.NameNotFoundException.html if a permission with the given name cannot be found on the system.