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

Commit 25eb63ac authored by Varun Shah's avatar Varun Shah Committed by Android (Google) Code Review
Browse files

Merge "Exposes Intent.METADATA_SETUP_VERSION as SystemApi for SUW."

parents 79f74661 b9fd6bed
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -1088,6 +1088,7 @@ package android.content {
    field public static final java.lang.String EXTRA_RESULT_NEEDED = "android.intent.extra.RESULT_NEEDED";
    field public static final java.lang.String EXTRA_UNKNOWN_INSTANT_APP = "android.intent.extra.UNKNOWN_INSTANT_APP";
    field public static final java.lang.String EXTRA_VERIFICATION_BUNDLE = "android.intent.extra.VERIFICATION_BUNDLE";
    field public static final java.lang.String METADATA_SETUP_VERSION = "android.SETUP_VERSION";
  }

  public class IntentFilter implements android.os.Parcelable {
+6 −2
Original line number Diff line number Diff line
@@ -1727,10 +1727,14 @@ public class Intent implements Parcelable, Cloneable {
            = "android.intent.extra.UNINSTALL_ALL_USERS";

    /**
     * A string associated with a {@link #ACTION_UPGRADE_SETUP} activity
     * describing the last run version of the platform that was setup.
     * A string that associates with a metadata entry, indicating the last run version of the
     * platform that was setup.
     *
     * @see #ACTION_UPGRADE_SETUP
     *
     * @hide
     */
    @SystemApi
    public static final String METADATA_SETUP_VERSION = "android.SETUP_VERSION";

    /**