Files
react-native/ReactAndroid/src/main/java/com/facebook/react
Andrew Jack 9c3beb9896 saveToCameraRoll should use DCIM folder
Summary:
The DCIM folder is a better mapping to a "CameraRoll" than the "movies" or "pictures" directories.

https://developer.android.com/reference/android/os/Environment.html#DIRECTORY_DCIM
```
DIRECTORY_DCIM
The traditional location for pictures and videos when mounting the device as a camera.
Note that this is primarily a convention for the top-level public directory, as this convention makes no sense elsewhere.
```

**Test plan**

- Make sure tests pass on both Travis and Circle CI.
- Test `saveToCameraRoll` in an example app, and check it is saved to the expected folder in a photos app.
Closes https://github.com/facebook/react-native/pull/12059

Differential Revision: D4500946

Pulled By: mkonicek

fbshipit-source-id: 8af994492303c175374502dffe6fd2f3e4e9975e
2017-02-02 04:13:59 -08:00
..
2017-01-11 14:43:31 -08:00
2016-12-15 09:29:16 -08:00
2017-01-30 09:43:48 -08:00
2016-12-15 09:29:16 -08:00
2017-01-05 20:43:27 -08:00
2016-12-15 09:29:16 -08:00
2016-12-15 09:29:16 -08:00
2016-06-22 04:13:36 -07:00
2016-06-17 04:13:29 -07:00