-
Notifications
You must be signed in to change notification settings - Fork 107
Home
Kumar Bibek edited this page Feb 29, 2016
·
9 revisions
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);