From 5add769f59c76dc30f881eb6c7b66076e7baf081 Mon Sep 17 00:00:00 2001 From: Kevin Hufnagle Date: Mon, 29 Aug 2016 16:50:17 -0700 Subject: [PATCH] docs: Adjusted return value desc. for getApplicationEnabledSetting The return value now references ApplicationInfo instead of ComponentInfo. Bug: 18123642 Change-Id: I595befe62dbce997becb689362abe5e4483b82c4 --- core/java/android/content/pm/PackageManager.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/core/java/android/content/pm/PackageManager.java b/core/java/android/content/pm/PackageManager.java index b06568ca0b2d..7e00edde4268 100644 --- a/core/java/android/content/pm/PackageManager.java +++ b/core/java/android/content/pm/PackageManager.java @@ -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); -- 2.11.0