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

Commit 9dc7f07f authored by Kevin Hufnagle's avatar Kevin Hufnagle Committed by android-build-merger
Browse files

docs: Adjusted return value desc. for getApplicationEnabledSetting am: 5add769f am: 1fb3dec4

am: 5ca3c610

Change-Id: I4bc998a8b1848068d030b3c826189836de3c7375
parents da0a44c9 5ca3c610
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -5428,7 +5428,7 @@ public abstract class PackageManager {
     * {@link #COMPONENT_ENABLED_STATE_DISABLED}, or
     * {@link #COMPONENT_ENABLED_STATE_DEFAULT}.  The last one means the
     * application's enabled state is based on the original information in
     * the manifest as found in {@link ComponentInfo}.
     * the manifest as found in {@link ApplicationInfo}.
     * @throws IllegalArgumentException if the named package does not exist.
     */
    public abstract int getApplicationEnabledSetting(String packageName);