Loading core/java/android/content/pm/PackageManager.java +1 −1 Original line number Original line Diff line number Diff line Loading @@ -5417,7 +5417,7 @@ public abstract class PackageManager { * {@link #COMPONENT_ENABLED_STATE_DISABLED}, or * {@link #COMPONENT_ENABLED_STATE_DISABLED}, or * {@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 ApplicationInfo}. * @throws IllegalArgumentException if the named package does not exist. * @throws IllegalArgumentException if the named package does not exist. */ */ public abstract int getApplicationEnabledSetting(String packageName); public abstract int getApplicationEnabledSetting(String packageName); Loading Loading
core/java/android/content/pm/PackageManager.java +1 −1 Original line number Original line Diff line number Diff line Loading @@ -5417,7 +5417,7 @@ public abstract class PackageManager { * {@link #COMPONENT_ENABLED_STATE_DISABLED}, or * {@link #COMPONENT_ENABLED_STATE_DISABLED}, or * {@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 ApplicationInfo}. * @throws IllegalArgumentException if the named package does not exist. * @throws IllegalArgumentException if the named package does not exist. */ */ public abstract int getApplicationEnabledSetting(String packageName); public abstract int getApplicationEnabledSetting(String packageName); Loading