-
Couldn't load subscription status.
- Fork 106
Home
The library uses two permissions which should be granted at runtime for devices running Android 6.0 and above. These permissions are: WRITE_EXTERNAL_STORAGE and READ_CONTACTS. Your app should handle the job of granting these permissions.
The values will be directly passed to the target application. You should use this to take advantage of specific applications. Ex, some applications support cropping or editing the image before they give you the final image.
public void setExtras(Bundle extras);
####### Setting cache location
Set the cache location for the intermediate files by passing a CacheLocation.
public void setCacheLocation(int cacheLocation);