[android] don't ever load an entire image into memory
This happens on API 27+28 if loading TIFF or WebP files. Using an InputStream with a read limit prevents this.
This happens on API 27+28 if loading TIFF or WebP files. Using an InputStream with a read limit prevents this.