Constructs a new {@code ReflectPermission} instance with the specified name.parampermissionName the name of the new permissionthrowsIllegalArgumentException if {@code name} is emptythrowsNullPointerException if {@code name} is {@code null}sinceAndroid 1.0 super(permissionName);
super(permissionName);
Constructs a new {@code ReflectPermission} instance with the specified name and action list. The action list will be ignored.paramname the name of the new permissionparamactions this parameter will be ignoredthrowsIllegalArgumentException if {@code name} is emptythrowsNullPointerException if {@code name} is {@code null}sinceAndroid 1.0 super(name, actions);
super(name, actions);