Position trigger

This commit is contained in:
2021-11-30 18:25:51 +01:00
parent 6f0dbc9555
commit 2bb6f81596
2 changed files with 5 additions and 0 deletions

View File

@ -349,6 +349,8 @@ public class Rule implements Comparable<Rule>
return true;
case setWifiTethering:
return true;
case setBluetoothTethering:
return true;
default:
break;
}