BT tethering

This commit is contained in:
2021-11-15 20:28:38 +01:00
parent 92ca6d6cb4
commit 17109b12d4
2 changed files with 45 additions and 21 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;
}