summaryrefslogtreecommitdiffstats
path: root/src/com/android/camera/SDCard.java
Commit message (Collapse)AuthorAgeFilesLines
* Fix FC of external SD Card path nulljinwu2018-06-071-0/+1
| | | | Change-Id: Iadd016fac0378458d3b60868b98673ffcf12959d
* Fix issue of can't save image in sdcard on Pjinwu2018-04-191-1/+16
| | | | | | | | Android P not allow apps to write/read SD Card public area and only allow apps to access the application private area. So save to specific path. Change-Id: I3226eefd75f8a81f7b730ba26a8fbbbc6ead02a7
* SnapdragonCamera: Use persist to set Camera1/Camera2 modeByunghun Jeon2016-09-271-0/+0
| | | | | | | | | Use persist flag to choose camera1 or camera2. Flag is persist.camera.camera2 Default will be camera1 Change-Id: Ic616b3d4b9f1293e45c7a006587f5c9ba34a0687 CRs-Fixed: 1066444
* SnapdragonCamera: Fix the SDCard can not access after format SDCard.qimengp2016-07-261-13/+34
| | | | | | | | | | | Camera app hold SDCard state(SDCard ID). in some case, such as format SDCard, will caues SDCard remounted and SDCard ID changed in system. But camera app does not sync the ID with System, so can not access SDCard. By adding observer and sync SDCard state with system, can fix this issue. CRs-Fixed: 1006496 Change-Id: Id35564ae77944546a26332a412744e9735780560
* SnapdragonCamera: Use StorageManager for SDCardDivya Sharma2015-08-101-10/+11
| | | | | | --Use StorageManager instead of MountService for SDCard Change-Id: Ia5fd63a48c8ae79bfe44b7f5291e485ff7ced0af
* SnapdragonCamera: Fix sdcard access issue.Sai Kumar Sanagavarapu2015-07-291-6/+1
| | | | | | Use StorageVolume.getState() to query the SDcard mount status. Change-Id: Ie0874f387d2200688b4a810f69dcaea065b8e417
* SnapdragonCamera: Fix compilation.Elvice Wu2015-07-221-1/+1
| | | | | | Adding package name to getVolumeList API for fixing compilation issue. Change-Id: Iabd9eeb432a3a545f4b28b8c69e0318cd70fad8d
* SnapdragonCamera: Fix compilationSai Kumar Sanagavarapu2015-07-151-2/+3
| | | | | | | | | | | | 1. Address compilation due to compiler upgrade. 2. Comment out video dependencies to enable camera. 3. Fix compilation issue due to IMountService interface change. 4. Comment out ExtendedFace. 5. Remove non-standard video resolutions. 6. Revert "camera: override shutter sound volume" commit 8a50cda8f72738e943904fdf7cae189b2b0a8ea8. Change-Id: I167ab5ff399c4f1d306a1a7ddf94896565c9625a
* Camera: Add a feature to choose where to store the picture and videoSanthosh Kumar H E2014-02-271-0/+107
Add a feature to choose use SDcard or phone to store picture and video captured by camera and camcorder. Some of the changes are taken from: I987a691c93edc4250fe0366d0623c85ea0152117 CRs-Fixed: 619806 Change-Id: I009df4c70f0a1b49b20750f806c799f025bb6197