docs: Adjusted return value desc. for getApplicationEnabledSetting am: 5add769f59
am: 1fb3dec4be
Change-Id: I0137a54c007b590891486fbb5a4c167b2fd52961
This commit is contained in:
@@ -5430,7 +5430,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);
|
||||
|
||||
Reference in New Issue
Block a user