diff --git a/README.md b/README.md index c79386e5..a4504ccb 100644 --- a/README.md +++ b/README.md @@ -36,7 +36,6 @@ now that they introduced this The following features in the app requires it to be installed under `/system/priv-app` since some restricted permissions are required. One way to do this is to use [App systemizer for Magisk](https://github.com/Magisk-Modules-Repo/terminal_systemizer). -* (since Android 11, since app v2.9.1) `android.permission.BLUETOOTH_PRIVILEGED`: Use the Bluetooth tethering shortcut switch in app. * (Android 8-10, since app v2.4.0) `android.permission.OVERRIDE_WIFI_CONFIG`: Read/write system Wi-Fi hotspot configuration. ([#117](https://github.com/Mygod/VPNHotspot/issues/117)) Installing as system app also has the side benefit of launching root daemon less frequently due to having privileged permissions listed below. diff --git a/mobile/src/main/AndroidManifest.xml b/mobile/src/main/AndroidManifest.xml index 85d42106..7340ed4e 100644 --- a/mobile/src/main/AndroidManifest.xml +++ b/mobile/src/main/AndroidManifest.xml @@ -29,8 +29,6 @@ -