commit | 22b337406e2c947fecc53a67aaeb6e2e343cfb14 | [log] [tgz] |
---|---|---|
author | qimengp <qimengp@codeaurora.org> | Fri Jul 22 14:15:58 2016 +0800 |
committer | qimengp <qimengp@codeaurora.org> | Tue Jul 26 12:57:33 2016 +0800 |
tree | 37796baf0d5e6e6e1abe5c66421863050f37fcea | |
parent | 0b4a800fc0736681e19a6b2dd48174569e0451dc [diff] |
SnapdragonCamera: Fix the SDCard can not access after format SDCard. 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