diff options
-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. |