diff options
author | Chih-Chung Chang <chihchung@google.com> | 2010-06-15 16:41:33 +0800 |
---|---|---|
committer | Chih-Chung Chang <chihchung@google.com> | 2010-06-23 12:44:35 +0800 |
commit | ac9d0a1ce538eb4bd50cba3b257737a05b9ac4e5 (patch) | |
tree | 3afe1d6a8399087d1fc5c30065464828225a23da /src/com/android/camera/MenuHelper.java | |
parent | 186ff08e71d106e329171055accd4395760495ea (diff) | |
download | LegacyCamera-ac9d0a1ce538eb4bd50cba3b257737a05b9ac4e5.zip LegacyCamera-ac9d0a1ce538eb4bd50cba3b257737a05b9ac4e5.tar.gz LegacyCamera-ac9d0a1ce538eb4bd50cba3b257737a05b9ac4e5.tar.bz2 |
Support switching between multiple cameras.
Change-Id: Id444ebcd780c67f4990bd6f6b96c74379b6859ab
Diffstat (limited to 'src/com/android/camera/MenuHelper.java')
-rw-r--r-- | src/com/android/camera/MenuHelper.java | 15 |
1 files changed, 1 insertions, 14 deletions
diff --git a/src/com/android/camera/MenuHelper.java b/src/com/android/camera/MenuHelper.java index e07f4f0..17755f9 100644 --- a/src/com/android/camera/MenuHelper.java +++ b/src/com/android/camera/MenuHelper.java @@ -58,20 +58,7 @@ public class MenuHelper { public static final int POSITION_SWITCH_CAMERA_MODE = 1; public static final int POSITION_GOTO_GALLERY = 2; - public static final int POSITION_VIEWPLAY = 3; - public static final int POSITION_CAPTURE_PICTURE = 4; - public static final int POSITION_CAPTURE_VIDEO = 5; - public static final int POSITION_IMAGE_SHARE = 6; - public static final int POSITION_IMAGE_ROTATE = 7; - public static final int POSITION_IMAGE_TOSS = 8; - public static final int POSITION_IMAGE_CROP = 9; - public static final int POSITION_IMAGE_SET = 10; - public static final int POSITION_DETAILS = 11; - public static final int POSITION_SHOWMAP = 12; - public static final int POSITION_SLIDESHOW = 13; - public static final int POSITION_MULTISELECT = 14; - public static final int POSITION_CAMERA_SETTING = 15; - public static final int POSITION_GALLERY_SETTING = 16; + public static final int POSITION_SWITCH_CAMERA_ID = 3; public static final int NO_STORAGE_ERROR = -1; public static final int CANNOT_STAT_ERROR = -2; |