docs: Adjusted return value desc. for getApplicationEnabledSetting am: 5add769f59 am: d23fc43965

am: bec2e99f95

Change-Id: Id23e76b4fc3d07faed1d16538ff21bd09941de41
This commit is contained in:
Kevin Hufnagle
2016-09-26 23:05:58 +00:00
committed by android-build-merger

View File

@@ -5431,7 +5431,7 @@ public abstract class PackageManager {
* {@link #COMPONENT_ENABLED_STATE_DISABLED}, or * {@link #COMPONENT_ENABLED_STATE_DISABLED}, or
* {@link #COMPONENT_ENABLED_STATE_DEFAULT}. The last one means the * {@link #COMPONENT_ENABLED_STATE_DEFAULT}. The last one means the
* application's enabled state is based on the original information in * 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. * @throws IllegalArgumentException if the named package does not exist.
*/ */
public abstract int getApplicationEnabledSetting(String packageName); public abstract int getApplicationEnabledSetting(String packageName);