public class LocalBinder extends Binder { MyVpnService getService() { return MyVpnService.this; } }

import androidx.annotation.Nullable;

public class MyVpnService extends VpnService {

import android.app.Service; import android.content.Intent; import android.os.IBinder; import android.util.Log;