Merge "[WIFI] Fix typo in permission type for RESTART_WIFI_SUBSYSTEM" into sc-dev

This commit is contained in:
Etan Cohen
2021-02-02 20:49:11 +00:00
committed by Android (Google) Code Review

View File

@@ -1748,7 +1748,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.