diff options
| author | 2021-02-03 04:07:03 +0000 | |
|---|---|---|
| committer | 2021-02-03 04:07:03 +0000 | |
| commit | b9fbc02c52d467cc9c7e7dba7831c8bcc7a64408 (patch) | |
| tree | 451f981a54aabc960c124559341bb28695447940 | |
| parent | 75b50a5c733faea9e4d7e61598bd6b74e4cc0508 (diff) | |
| parent | 5d23e8aab08b5cdea9b36477daf617cad9165612 (diff) | |
Merge "[WIFI] Fix typo in permission type for RESTART_WIFI_SUBSYSTEM"
| -rw-r--r-- | core/res/AndroidManifest.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/core/res/AndroidManifest.xml b/core/res/AndroidManifest.xml index a668e8e6dd0f..0e80c7b19224 100644 --- a/core/res/AndroidManifest.xml +++ b/core/res/AndroidManifest.xml @@ -1673,7 +1673,7 @@ @SystemApi <p>Not for use by third-party applications. @hide --> <permission android:name="android.permission.RESTART_WIFI_SUBSYSTEM" - android:protectionLevel="signature|setup" /> + android:protectionLevel="signature|privileged" /> <!-- @SystemApi @hide Allows applications to toggle airplane mode. <p>Not for use by third-party or privileged applications. |