Muddz / QuickShot

[Moved to MavenCentral] Capture images of any View, SurfaceView or Bitmap from your Android app in: .jpg .png or .nomedia with simple oneliner codes.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

WRITE_EXTERNAL_STORAGE permission

evansgelist opened this issue · comments

else if (!Utils.isPermissionGranted(this.getAppContext())) {
            throw new SecurityException("Permission WRITE_EXTERNAL_STORAGE is missing");
        }

If I want to save to the internal memory of the app, this condition is redundant.
This condition must be removed.

ignore this

This has been removed because it's should not be the responsibility of the library and because users now can set any path to save the files to, so this check won't work anymore