Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 624d39dd authored by Chih-Chung Chang's avatar Chih-Chung Chang
Browse files

Unhide intent extra constants for Camera.

parent b0ef1bcf
Loading
Loading
Loading
Loading
+44 −0
Original line number Diff line number Diff line
@@ -126895,6 +126895,17 @@
 visibility="public"
>
</field>
<field name="EXTRA_DURATION_LIMIT"
 type="java.lang.String"
 transient="false"
 volatile="false"
 value="&quot;android.intent.extra.durationLimit&quot;"
 static="true"
 final="true"
 deprecated="not deprecated"
 visibility="public"
>
</field>
<field name="EXTRA_FINISH_ON_COMPLETION"
 type="java.lang.String"
 transient="false"
@@ -126906,6 +126917,17 @@
 visibility="public"
>
</field>
<field name="EXTRA_FULL_SCREEN"
 type="java.lang.String"
 transient="false"
 volatile="false"
 value="&quot;android.intent.extra.fullScreen&quot;"
 static="true"
 final="true"
 deprecated="not deprecated"
 visibility="public"
>
</field>
<field name="EXTRA_MEDIA_ALBUM"
 type="java.lang.String"
 transient="false"
@@ -126972,6 +126994,28 @@
 visibility="public"
>
</field>
<field name="EXTRA_SHOW_ACTION_ICONS"
 type="java.lang.String"
 transient="false"
 volatile="false"
 value="&quot;android.intent.extra.showActionIcons&quot;"
 static="true"
 final="true"
 deprecated="not deprecated"
 visibility="public"
>
</field>
<field name="EXTRA_SIZE_LIMIT"
 type="java.lang.String"
 transient="false"
 volatile="false"
 value="&quot;android.intent.extra.sizeLimit&quot;"
 static="true"
 final="true"
 deprecated="not deprecated"
 visibility="public"
>
</field>
<field name="EXTRA_VIDEO_QUALITY"
 type="java.lang.String"
 transient="false"
+0 −4
Original line number Diff line number Diff line
@@ -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";

@@ -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";