diff options
author | 2024-10-15 16:59:57 -0700 | |
---|---|---|
committer | 2024-10-24 11:06:08 -0700 | |
commit | 7b3e0afef66872c1f13aa9de7ea672c82316747e (patch) | |
tree | b9c1ff16804176659078a2ba1120df1e7b89f56d /mediaprovider_flags.aconfig | |
parent | c6576d0f86fc568fec8a4cf3e8f6423a1551e99a (diff) |
Add new Motion Photo intents
Android 16 will support launching the native camera app via an intent
to return a motion photo. These new intents function similarly to the
ACTION_IMAGE_CAPTURE intents, but will not return a Bitmap in the
case of an absent uri.
Test: N/A
Bug: 362580165
Flag: com.android.providers.media.flags.motion_photo_intent
Change-Id: Ib1188a80e7db07210243bbad53d26f19129eebc7
Diffstat (limited to 'mediaprovider_flags.aconfig')
-rw-r--r-- | mediaprovider_flags.aconfig | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/mediaprovider_flags.aconfig b/mediaprovider_flags.aconfig index 92819d4a6..16536ee96 100644 --- a/mediaprovider_flags.aconfig +++ b/mediaprovider_flags.aconfig @@ -209,3 +209,12 @@ flag { bug: "370445733" is_fixed_read_only: true } + +flag { + name: "motion_photo_intent" + is_exported: true + namespace: "mediaprovider" + is_fixed_read_only: true + description: "This flag will enable the motion photo capture intents." + bug: "362580165" +} |