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

Commit 379a3f5a authored by Hall Liu's avatar Hall Liu Committed by Android (Google) Code Review
Browse files

Merge "Add docs clarifying permissions of setSystemAppState" into sc-dev

parents f99023b5 db950993
Loading
Loading
Loading
Loading
+3 −0
Original line number Diff line number Diff line
@@ -7775,6 +7775,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