updated the readme

This commit is contained in:
Andrew Stephan
2014-03-03 14:56:51 -05:00
parent 92cc7f093f
commit 1ebf01b69a

View File

@@ -76,6 +76,10 @@ window.imagePicker.getPictures(
// quality of resized image, defaults to 100
quality: int (0-100)
};
### Note for Android Use
The plugin returns images that are stored in a temporary directory. These images will often not be deleted automatically though. The files should be moved or deleted after you get their filepaths in javascript.
## License