Skip to content

Commit d0e8fb4

Browse files
mathewinwoodAndroid (Google) Code Review
authored andcommitted
Merge "Document thrown IllegalArgumentException."
2 parents 8f0bb4b + 1b9f8d9 commit d0e8fb4

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

core/java/android/content/pm/PackageManager.java

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2537,6 +2537,7 @@ public abstract void setApplicationEnabledSetting(String packageName,
25372537
* {@link #COMPONENT_ENABLED_STATE_DEFAULT}. The last one means the
25382538
* application's enabled state is based on the original information in
25392539
* the manifest as found in {@link ComponentInfo}.
2540+
* @throws IllegalArgumentException if the named package does not exist.
25402541
*/
25412542
public abstract int getApplicationEnabledSetting(String packageName);
25422543

0 commit comments

Comments
 (0)