[tor-commits] [orbot/master] use LOLLIPOP constant instead of L

n8fr8 at torproject.org n8fr8 at torproject.org
Fri Apr 3 17:04:07 UTC 2015


commit 33acf2475723dbe49459725fb3755239445af7b2
Author: Nathan Freitas <nathan at freitas.net>
Date:   Thu Mar 19 09:14:02 2015 -0400

    use LOLLIPOP constant instead of L
---
 src/org/torproject/android/vpn/OrbotVpnService.java |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/org/torproject/android/vpn/OrbotVpnService.java b/src/org/torproject/android/vpn/OrbotVpnService.java
index ae40fa9..46c6efc 100644
--- a/src/org/torproject/android/vpn/OrbotVpnService.java
+++ b/src/org/torproject/android/vpn/OrbotVpnService.java
@@ -208,7 +208,7 @@ public class OrbotVpnService extends VpnService implements Handler.Callback {
     	mThreadVPN.start();
     }
     
-    @TargetApi(Build.VERSION_CODES.L)
+    @TargetApi(Build.VERSION_CODES.LOLLIPOP)
 	private void doLollipopAppRouting (Builder builder) throws NameNotFoundException
     {
 





More information about the tor-commits mailing list