android: Remove obsolete TargetApi attribute

This commit is contained in:
Tobias Brunner
2025-09-30 11:26:40 +02:00
parent 59b74c767a
commit 13426bd2ea
@@ -966,7 +966,6 @@ public class CharonVpnService extends VpnService implements Runnable, VpnStateSe
return fd != null ? fd.detachFd() : -1;
}
@TargetApi(Build.VERSION_CODES.LOLLIPOP)
public synchronized void establishBlocking()
{
/* just choose some arbitrary values to block all traffic (except for what's configured in the profile) */