commit | 45bdca850d7dd9ffdabf23c6588b2dc849c56492 | [log] [tgz] |
---|---|---|
author | mingwax <mingwax@codeaurora.org> | Mon Oct 31 17:28:44 2016 +0800 |
committer | mingwax <mingwax@codeaurora.org> | Mon Oct 31 17:28:44 2016 +0800 |
tree | 6246c263e5fb003ad0dff96f1a1531d736d8f2c6 | |
parent | 82019206491a2d55dcf115d4e9f1e8d7391b443d [diff] |
SnapdragonCamera: Fix didn`t take picture when switch sdcard The phone has no SDCard, When user change Storage from phone to SDCard, the onSettingsChanged method is not called. Because CaptureModule in an invisible state to user. So I put updateSaveStorageState method in onResumeAfterSuper method, in order to be able to update in time. Change-Id: I1e0129adc4ec5ccb80583befe737883e2922e8ca CRs-Fixed: 1083378