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

com.github.unidbg.linux.android.dvm.api.Binder Maven / Gradle / Ivy

There is a newer version: 0.9.8
Show newest version
package com.github.unidbg.linux.android.dvm.api;

import com.github.unidbg.linux.android.dvm.DvmObject;
import com.github.unidbg.linux.android.dvm.VM;

public class Binder extends DvmObject {

    public Binder(VM vm, String value) {
        super(vm.resolveClass("android/os/IBinder"), value);
    }

}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy