summaryrefslogtreecommitdiffstats
path: root/src/com/android/camera/SceneModeActivity.java
Commit message (Collapse)AuthorAgeFilesLines
* SnapdragonCamera: Fix camera can`t enter setting in pattern lockmingwax2016-11-101-0/+23
| | | | | | | | | | | | | | | | | RootCause: Missing flag of WindowManager.LayoutParames in SettingsActivity.java and SceneModeActivity.java. Solution: (1) Add windowManager.LayoutParams.FLAG_SHOW_WHEN _LOCKED in SettingsActivity.java and SceneModeActivity.java. (2) Change SettingsManager`s single instance, and guarantee SettingsManager only one instance. (3) When SettingsActivity.java and SceneModeActivity.java is invisible status, finish them and ensure data is updated in a timely manner. Change-Id: I3ac24b9b181055382849550e585d3be726e71595 CRs-Fixed: 1084871
* SnapdragonCamera: Add OneUI to Camera2Byunghun Jeon2016-09-271-0/+284
Add new UI called OneUI to Camera2. It replaces icons, adds 2 new activities for scene menu and setting menu. There is no module change anymore Change-Id: If712e6af7bbc29726dae387168aefbcd2d7c1ea9 CRs-Fixed: 1066519