fix bug
This commit is contained in:
parent
ca34f79307
commit
3907732c71
@ -244,7 +244,7 @@ public class DaedalusVpnService extends VpnService implements Runnable {
|
|||||||
PendingIntent.FLAG_ONE_SHOT));
|
PendingIntent.FLAG_ONE_SHOT));
|
||||||
|
|
||||||
//Set App Filter
|
//Set App Filter
|
||||||
if (Build.VERSION.SDK_INT < Build.VERSION_CODES.LOLLIPOP && Daedalus.getPrefs().getBoolean("settings_app_filter_switch", false)) {
|
if (Build.VERSION.SDK_INT >= Build.VERSION_CODES.LOLLIPOP && Daedalus.getPrefs().getBoolean("settings_app_filter_switch", false)) {
|
||||||
Set<String> apps = Daedalus.getPrefs().getStringSet("filterAppObjects", null);
|
Set<String> apps = Daedalus.getPrefs().getStringSet("filterAppObjects", null);
|
||||||
if (apps != null) {
|
if (apps != null) {
|
||||||
boolean mode = Daedalus.getPrefs().getBoolean("settings_app_filter_mode_switch", false);
|
boolean mode = Daedalus.getPrefs().getBoolean("settings_app_filter_mode_switch", false);
|
||||||
|
Loading…
Reference in New Issue
Block a user