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

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

Go to download

A library jar that provides APIs for Applications written for the Google Android Platform. The branch tag that was used to checkout the source from the Git repos was android-2.1_r2.

There is a newer version: 4.1.1.4
Show newest version
package android.content.pm;
public interface IPackageInstallObserver
  extends android.os.IInterface
{
public abstract static class Stub
  extends android.os.Binder
  implements android.content.pm.IPackageInstallObserver
{
public  Stub() { throw new RuntimeException("Stub!"); }
public static  android.content.pm.IPackageInstallObserver asInterface(android.os.IBinder obj) { throw new RuntimeException("Stub!"); }
public  android.os.IBinder asBinder() { throw new RuntimeException("Stub!"); }
public  boolean onTransact(int code, android.os.Parcel data, android.os.Parcel reply, int flags) throws android.os.RemoteException { throw new RuntimeException("Stub!"); }
}
public abstract  void packageInstalled(java.lang.String packageName, int returnCode) throws android.os.RemoteException;
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy