Skip to content

Commit 753e128

Browse files
Wu-cheng LiAndroid (Google) Code Review
authored andcommitted
Merge "Unhide INTENT_ACTION_STILL_IMAGE_CAMERA_SECURE." into jb-mr1-dev
2 parents 799553e + e590dc6 commit 753e128

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

api/current.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18384,6 +18384,7 @@ package android.provider {
1838418384
field public static final java.lang.String INTENT_ACTION_MEDIA_SEARCH = "android.intent.action.MEDIA_SEARCH";
1838518385
field public static final deprecated java.lang.String INTENT_ACTION_MUSIC_PLAYER = "android.intent.action.MUSIC_PLAYER";
1838618386
field public static final java.lang.String INTENT_ACTION_STILL_IMAGE_CAMERA = "android.media.action.STILL_IMAGE_CAMERA";
18387+
field public static final java.lang.String INTENT_ACTION_STILL_IMAGE_CAMERA_SECURE = "android.media.action.STILL_IMAGE_CAMERA_SECURE";
1838718388
field public static final java.lang.String INTENT_ACTION_VIDEO_CAMERA = "android.media.action.VIDEO_CAMERA";
1838818389
field public static final java.lang.String MEDIA_IGNORE_FILENAME = ".nomedia";
1838918390
field public static final java.lang.String MEDIA_SCANNER_VOLUME = "volume";

core/java/android/provider/MediaStore.java

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -183,8 +183,6 @@ public final class MediaStore {
183183
* on top of the lock screen while secured. There is no activity stack when
184184
* this flag is used, so launching more than one activity is strongly
185185
* discouraged.
186-
*
187-
* @hide
188186
*/
189187
public static final String INTENT_ACTION_STILL_IMAGE_CAMERA_SECURE =
190188
"android.media.action.STILL_IMAGE_CAMERA_SECURE";

0 commit comments

Comments
 (0)