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

Commit 0923c1f4 authored by Hall Liu's avatar Hall Liu Committed by Automerger Merge Worker
Browse files

Merge "Add docs clarifying permissions of setSystemAppState" into sc-dev am: 379a3f5a

Original change: https://googleplex-android-review.googlesource.com/c/platform/frameworks/base/+/14237884

Change-Id: I3cf3d738728fbe3242caeb79a9f17ccfae42fb89
parents cb2064ab 379a3f5a
Loading
Loading
Loading
Loading
+3 −0
Original line number Diff line number Diff line
@@ -7802,6 +7802,9 @@ public abstract class PackageManager {
     * {@link #SYSTEM_APP_STATE_HIDDEN_UNTIL_INSTALLED_VISIBLE} or its installation state (via
     * {@link #SYSTEM_APP_STATE_INSTALLED} and {@link #SYSTEM_APP_STATE_UNINSTALLED}.
     *
     * This API may only be called from {@link android.os.Process#SYSTEM_UID} or
     * {@link android.os.Process#PHONE_UID}.
     *
     * @param packageName Package name of the app.
     * @param state State of the app.
     * @hide