use LOLLIPOP constant instead of L
This commit is contained in:
parent
a226f13374
commit
33acf24757
|
@ -208,7 +208,7 @@ public class OrbotVpnService extends VpnService implements Handler.Callback {
|
||||||
mThreadVPN.start();
|
mThreadVPN.start();
|
||||||
}
|
}
|
||||||
|
|
||||||
@TargetApi(Build.VERSION_CODES.L)
|
@TargetApi(Build.VERSION_CODES.LOLLIPOP)
|
||||||
private void doLollipopAppRouting (Builder builder) throws NameNotFoundException
|
private void doLollipopAppRouting (Builder builder) throws NameNotFoundException
|
||||||
{
|
{
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue