summaryrefslogtreecommitdiffstats
path: root/src_pd/com/android/camera/util/IntentHelper.java
Commit message (Collapse)AuthorAgeFilesLines
* SnapdragonCamera: Fix view video in Gallery the init state not pauseqimengp2016-07-291-3/+20
| | | | | | | | | | Gallery app package name has been changed. so Camera cannot find the its name, and start with a common action "Intent.ACTION_VIEW" instead which is only to play the current video. Use a package name check for original Gallery and our new Gallery can be better compatible, and can fix this issue. Change-Id: I42863c00769093fab7629898298842fbf5b4ce9d
* Remove CameraUtil.launchGallery, ensure SecureCamera uses Gallery up iconAlan Newberger2013-10-301-1/+0
| | | | | | | | | | | | | CameraUtil.launchGallery incorrectly describes a mechanism to call an APP_GALLERY category intent. Since we're using Gallery icon we should go direct to Gallery, which IntentHelper already does. Simply removed the util class and call the helper direct from the activity. Also noticed during testing that the SecureCamera was not correctly showing the Gallery icon, though its behavior would take user to Gallery. Finally, removing restriction that the video player intent should go to Gallery, instead it should route to system preferred intent. Bug: 11065256 Change-Id: I941f9469de169919c4bac6c91dde7e577921f737
* Fix Camera2 build.Mangesh Ghiware2013-10-141-1/+2
| | | | | Bug: 11226016 Change-Id: Ib667e52a150ffad44575ea97174f9d13de1d7b5e
* Use Gallery intents by default.Mangesh Ghiware2013-10-141-0/+37
Bug: 11226016 Change-Id: I4f6a5856dd8141930fb0fef19b9ded0b37ea1ce5