All Downloads are FREE. Search and download functionalities are using the official Maven repository.

android.content.pm.ComponentInfo Maven / Gradle / Ivy

Go to download

provide android hidden api definition ,helper for android super framework development

There is a newer version: 1.11
Show newest version
package android.content.pm;
public class ComponentInfo
  extends android.content.pm.PackageItemInfo
{
public  ComponentInfo() { throw new RuntimeException("Stub!"); }
public  ComponentInfo(android.content.pm.ComponentInfo orig) { throw new RuntimeException("Stub!"); }
protected  ComponentInfo(android.os.Parcel source) { throw new RuntimeException("Stub!"); }
public  java.lang.CharSequence loadLabel(android.content.pm.PackageManager pm) { throw new RuntimeException("Stub!"); }
public  boolean isEnabled() { throw new RuntimeException("Stub!"); }
public final  int getIconResource() { throw new RuntimeException("Stub!"); }
protected  void dumpFront(android.util.Printer pw, java.lang.String prefix) { throw new RuntimeException("Stub!"); }
protected  void dumpBack(android.util.Printer pw, java.lang.String prefix) { throw new RuntimeException("Stub!"); }
public  void writeToParcel(android.os.Parcel dest, int parcelableFlags) { throw new RuntimeException("Stub!"); }
public android.content.pm.ApplicationInfo applicationInfo;
public java.lang.String processName;
public int descriptionRes;
public boolean enabled;
public boolean exported;
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy