Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 496c6f3a authored by Etan Cohen's avatar Etan Cohen Committed by Automerger Merge Worker
Browse files

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

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

MUST ONLY BE SUBMITTED BY AUTOMERGER

Change-Id: Ied3e220ec3975966cd1a194e1bc25c94a41fb3b4
parents 92145765 440d6da3
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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.