Loading api/current.xml +44 −0 Original line number Diff line number Diff line Loading @@ -126895,6 +126895,17 @@ visibility="public" > </field> <field name="EXTRA_DURATION_LIMIT" type="java.lang.String" transient="false" volatile="false" value=""android.intent.extra.durationLimit"" static="true" final="true" deprecated="not deprecated" visibility="public" > </field> <field name="EXTRA_FINISH_ON_COMPLETION" type="java.lang.String" transient="false" Loading @@ -126906,6 +126917,17 @@ visibility="public" > </field> <field name="EXTRA_FULL_SCREEN" type="java.lang.String" transient="false" volatile="false" value=""android.intent.extra.fullScreen"" static="true" final="true" deprecated="not deprecated" visibility="public" > </field> <field name="EXTRA_MEDIA_ALBUM" type="java.lang.String" transient="false" Loading Loading @@ -126972,6 +126994,28 @@ visibility="public" > </field> <field name="EXTRA_SHOW_ACTION_ICONS" type="java.lang.String" transient="false" volatile="false" value=""android.intent.extra.showActionIcons"" static="true" final="true" deprecated="not deprecated" visibility="public" > </field> <field name="EXTRA_SIZE_LIMIT" type="java.lang.String" transient="false" volatile="false" value=""android.intent.extra.sizeLimit"" static="true" final="true" deprecated="not deprecated" visibility="public" > </field> <field name="EXTRA_VIDEO_QUALITY" type="java.lang.String" transient="false" core/java/android/provider/MediaStore.java +0 −4 Original line number Diff line number Diff line Loading @@ -96,14 +96,12 @@ public final class MediaStore { /** * The name of an Intent-extra used to control the UI of a ViewImage. * This is a boolean property that overrides the activity's default fullscreen state. * @hide */ public static final String EXTRA_FULL_SCREEN = "android.intent.extra.fullScreen"; /** * The name of an Intent-extra used to control the UI of a ViewImage. * This is a boolean property that specifies whether or not to show action icons. * @hide */ public static final String EXTRA_SHOW_ACTION_ICONS = "android.intent.extra.showActionIcons"; Loading Loading @@ -162,13 +160,11 @@ public final class MediaStore { /** * Specify the maximum allowed size. * @hide */ public final static String EXTRA_SIZE_LIMIT = "android.intent.extra.sizeLimit"; /** * Specify the maximum allowed recording duration in seconds. * @hide */ public final static String EXTRA_DURATION_LIMIT = "android.intent.extra.durationLimit"; Loading Loading
api/current.xml +44 −0 Original line number Diff line number Diff line Loading @@ -126895,6 +126895,17 @@ visibility="public" > </field> <field name="EXTRA_DURATION_LIMIT" type="java.lang.String" transient="false" volatile="false" value=""android.intent.extra.durationLimit"" static="true" final="true" deprecated="not deprecated" visibility="public" > </field> <field name="EXTRA_FINISH_ON_COMPLETION" type="java.lang.String" transient="false" Loading @@ -126906,6 +126917,17 @@ visibility="public" > </field> <field name="EXTRA_FULL_SCREEN" type="java.lang.String" transient="false" volatile="false" value=""android.intent.extra.fullScreen"" static="true" final="true" deprecated="not deprecated" visibility="public" > </field> <field name="EXTRA_MEDIA_ALBUM" type="java.lang.String" transient="false" Loading Loading @@ -126972,6 +126994,28 @@ visibility="public" > </field> <field name="EXTRA_SHOW_ACTION_ICONS" type="java.lang.String" transient="false" volatile="false" value=""android.intent.extra.showActionIcons"" static="true" final="true" deprecated="not deprecated" visibility="public" > </field> <field name="EXTRA_SIZE_LIMIT" type="java.lang.String" transient="false" volatile="false" value=""android.intent.extra.sizeLimit"" static="true" final="true" deprecated="not deprecated" visibility="public" > </field> <field name="EXTRA_VIDEO_QUALITY" type="java.lang.String" transient="false"
core/java/android/provider/MediaStore.java +0 −4 Original line number Diff line number Diff line Loading @@ -96,14 +96,12 @@ public final class MediaStore { /** * The name of an Intent-extra used to control the UI of a ViewImage. * This is a boolean property that overrides the activity's default fullscreen state. * @hide */ public static final String EXTRA_FULL_SCREEN = "android.intent.extra.fullScreen"; /** * The name of an Intent-extra used to control the UI of a ViewImage. * This is a boolean property that specifies whether or not to show action icons. * @hide */ public static final String EXTRA_SHOW_ACTION_ICONS = "android.intent.extra.showActionIcons"; Loading Loading @@ -162,13 +160,11 @@ public final class MediaStore { /** * Specify the maximum allowed size. * @hide */ public final static String EXTRA_SIZE_LIMIT = "android.intent.extra.sizeLimit"; /** * Specify the maximum allowed recording duration in seconds. * @hide */ public final static String EXTRA_DURATION_LIMIT = "android.intent.extra.durationLimit"; Loading