An "array declaration" names the array and specifies the type of its elements. It can also define the number of elements in the array. A variable with array type is considered a pointer to the type of ...
I am trying to configure FlowDroid to use variable declarations of String arrays as flow sources (e.g., newarray (java.lang.String)[3];). It appears that FlowDroid only supports specifying methods as ...