When i try to instantiate ApplicationManager i´m getting a Runtime Exception, with following message: "Stub!"
The error throws here:
public abstract static class Stub extends android.os.Binder implements android.content.pm.IPackageInstallObserver {
public Stub() {
throw new RuntimeException("Stub!");
}
Could you help me?
When i try to instantiate ApplicationManager i´m getting a Runtime Exception, with following message: "Stub!"
The error throws here:
public abstract static class Stub extends android.os.Binder implements android.content.pm.IPackageInstallObserver {
public Stub() {
throw new RuntimeException("Stub!");
}
Could you help me?