Use connectivity action for Android L

This commit is contained in:
M66B 2017-08-20 14:31:05 +02:00
parent 0dd3ad5b8f
commit 7c1e8b0702
1 changed files with 1 additions and 1 deletions

View File

@ -2214,7 +2214,7 @@ public class ServiceSinkhole extends VpnService implements SharedPreferences.OnS
registerReceiver(packageChangedReceiver, ifPackage);
registeredPackageChanged = true;
if (Build.VERSION.SDK_INT >= Build.VERSION_CODES.LOLLIPOP)
if (Build.VERSION.SDK_INT >= Build.VERSION_CODES.M)
try {
listenNetworkChanges();
} catch (Throwable ex) {