From 74a768ea9f2254d09a325c73d235e496e420cf5c Mon Sep 17 00:00:00 2001 From: Mygod Date: Thu, 23 Jul 2020 09:41:06 +0800 Subject: [PATCH] Android 11 beta 2.5 no longer requires BLUETOOTH_PRIVILEGED --- README.md | 1 - mobile/src/main/AndroidManifest.xml | 2 -- 2 files changed, 3 deletions(-) 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 @@ -