public final class PermissionsHelper
extends java.lang.Object
| Modifier and Type | Method and Description |
|---|---|
static boolean |
permissionsAreGranted(android.content.Context context,
java.lang.String[] permissions)
Determines if the supplied
Context has been granted the specified permissions. |
public static boolean permissionsAreGranted(android.content.Context context,
java.lang.String[] permissions)
Context has been granted the specified permissions.context - the Context to querypermissions - a String array of permissions, sourced from Manifest.