Merge "[WIFI] Fix typo in permission type for RESTART_WIFI_SUBSYSTEM" am: b9fbc02c52 am: e240627d4e

Original change: https://android-review.googlesource.com/c/platform/frameworks/base/+/1571129

MUST ONLY BE SUBMITTED BY AUTOMERGER

Change-Id: Ieb15875f5e3a77d020f992c02ea53123b464c0fb
This commit is contained in:
Etan Cohen
2021-02-03 05:45:15 +00:00
committed by Automerger Merge Worker

View File

@@ -1680,7 +1680,7 @@
@SystemApi @SystemApi
<p>Not for use by third-party applications. @hide --> <p>Not for use by third-party applications. @hide -->
<permission android:name="android.permission.RESTART_WIFI_SUBSYSTEM" <permission android:name="android.permission.RESTART_WIFI_SUBSYSTEM"
android:protectionLevel="signature|setup" /> android:protectionLevel="signature|privileged" />
<!-- @SystemApi @hide Allows applications to toggle airplane mode. <!-- @SystemApi @hide Allows applications to toggle airplane mode.
<p>Not for use by third-party or privileged applications. <p>Not for use by third-party or privileged applications.