docs: Adjusted return value desc. for getApplicationEnabledSetting

The return value now references ApplicationInfo instead of
ComponentInfo.

Bug: 18123642
Change-Id: I595befe62dbce997becb689362abe5e4483b82c4
This commit is contained in:
Kevin Hufnagle
2016-08-29 16:50:17 -07:00
parent 8eaa65b867
commit 5add769f59

View File

@@ -5417,7 +5417,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);