Created by: soulseekah
Arrays.copyOf
was introduced in API 9, so the minSdkVersion
of 8 is not enough. Substituting for System.arraycopy
makes a
bit more sense at this point in time.
See https://github.com/koush/AndroidAsync/issues/2#issuecomment-21034492 for discussion.