]> git.ipfire.org Git - thirdparty/strongswan.git/commitdiff
android: Remove obsolete TargetApi attribute
authorTobias Brunner <tobias@strongswan.org>
Mon, 4 Aug 2025 13:38:26 +0000 (15:38 +0200)
committerTobias Brunner <tobias@strongswan.org>
Mon, 4 Aug 2025 13:48:29 +0000 (15:48 +0200)
src/frontends/android/app/src/main/java/org/strongswan/android/logic/CharonVpnService.java

index 69b217a2eaf299a16c1efafc8924738eb7fe48ea..97e93e8e04f391f438aa482c3a7dd7c3ba223c9c 100644 (file)
@@ -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) */