Skip to content
Kumar Bibek edited this page Feb 29, 2016 · 9 revisions

Snippets

Common methods

Setting extras

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);

Clone this wiki locally