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

Commit ffcd2400 authored by Soonil Nagarkar's avatar Soonil Nagarkar
Browse files

Revert "Add @SystemApi annotations to ACTION_QUERY_PACKAGE_RESTART and related."

This reverts commit f02fee70.
parent f02fee70
Loading
Loading
Loading
Loading
+0 −2
Original line number Diff line number Diff line
@@ -1760,7 +1760,6 @@ public class Intent implements Parcelable, Cloneable {
     * <p class="note">This is a protected intent that can only be sent
     * by the system.
     */
    @SystemApi
    @SdkConstant(SdkConstantType.BROADCAST_INTENT_ACTION)
    public static final String ACTION_QUERY_PACKAGE_RESTART = "android.intent.action.QUERY_PACKAGE_RESTART";
    /**
@@ -3253,7 +3252,6 @@ public class Intent implements Parcelable, Cloneable {
    /**
     * @hide String array of package names.
     */
    @SystemApi
    public static final String EXTRA_PACKAGES = "android.intent.extra.PACKAGES";

    /**