There are three valid target names:
Creates an instance of this class with the given name.paramname the name of the new NetPermission instance.sinceAndroid 1.0 super(name);
super(name);
Creates an instance of this class with the given name and an action list. The action list is ignored and should be {@code null}.paramname the name of the new {@code NetPermission} instance.paramactions the ignored action string.sinceAndroid 1.0 super(name, actions);
super(name, actions);