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

Commit c2b3e48b authored by Anthony Hugh's avatar Anthony Hugh Committed by android-build-merger
Browse files

Merge "Add intent extra for determining if apps are system apps" into cw-e-dev am: 3a9bf5c8

am: a8e20b39

* commit 'a8e20b39':
  Add intent extra for determining if apps are system apps
parents 6df638a3 a8e20b39
Loading
Loading
Loading
Loading
+8 −0
Original line number Diff line number Diff line
@@ -1648,6 +1648,14 @@ public class Intent implements Parcelable, Cloneable {
    public static final String EXTRA_GET_PERMISSIONS_APP_LABEL_LIST_RESULT
            = "android.intent.extra.GET_PERMISSIONS_APP_LABEL_LIST_RESULT";

    /**
     * Boolean list describing if the app is a system app for apps that have one or more runtime
     * permissions.
     * @hide
     */
    public static final String EXTRA_GET_PERMISSIONS_IS_SYSTEM_APP_LIST_RESULT
            = "android.intent.extra.GET_PERMISSIONS_IS_SYSTEM_APP_LIST_RESULT";

    /**
     * Required extra to be sent with {@link #ACTION_GET_PERMISSIONS_COUNT} broadcasts.
     * @hide