Merge "Document thrown IllegalArgumentException."

This commit is contained in:
Mathew Inwood
2011-09-28 01:20:04 -07:00
committed by Android (Google) Code Review

View File

@@ -2537,6 +2537,7 @@ public abstract class PackageManager {
* {@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 ComponentInfo}.
* @throws IllegalArgumentException if the named package does not exist.
*/ */
public abstract int getApplicationEnabledSetting(String packageName); public abstract int getApplicationEnabledSetting(String packageName);