Skip to content

Commit e590dc6

Browse files
author
Wu-cheng Li
committed
Unhide INTENT_ACTION_STILL_IMAGE_CAMERA_SECURE.
bug:7053266 Change-Id: I4e00199598f57f11250abeab4ce17ced18f41f14
1 parent 4848f42 commit e590dc6

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
@@ -18377,6 +18377,7 @@ package android.provider {
1837718377
field public static final java.lang.String INTENT_ACTION_MEDIA_SEARCH = "android.intent.action.MEDIA_SEARCH";
1837818378
field public static final deprecated java.lang.String INTENT_ACTION_MUSIC_PLAYER = "android.intent.action.MUSIC_PLAYER";
1837918379
field public static final java.lang.String INTENT_ACTION_STILL_IMAGE_CAMERA = "android.media.action.STILL_IMAGE_CAMERA";
18380+
field public static final java.lang.String INTENT_ACTION_STILL_IMAGE_CAMERA_SECURE = "android.media.action.STILL_IMAGE_CAMERA_SECURE";
1838018381
field public static final java.lang.String INTENT_ACTION_VIDEO_CAMERA = "android.media.action.VIDEO_CAMERA";
1838118382
field public static final java.lang.String MEDIA_IGNORE_FILENAME = ".nomedia";
1838218383
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)