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

Commit ffc63a35 authored by Roshan Pius's avatar Roshan Pius Committed by android-build-merger
Browse files

Merge "AndroidManifest.xml: Add new network permission for setup wizard" into pi-dev am: 8049afc3

am: d71a70a2

Change-Id: Idd8db3beb80413e49903593d79cdfc3b1b5d4f19
parents 453fd528 d71a70a2
Loading
Loading
Loading
Loading
+7 −0
Original line number Diff line number Diff line
@@ -1424,6 +1424,13 @@
    <permission android:name="android.permission.NETWORK_SETTINGS"
        android:protectionLevel="signature" />

    <!-- Allows SetupWizard to call methods in Networking services
         <p>Not for use by any other third-party or privileged applications.
         @hide This should only be used by SetupWizard.
    -->
    <permission android:name="android.permission.NETWORK_SETUP_WIZARD"
        android:protectionLevel="signature|setup" />

    <!-- #SystemApi @hide Allows applications to access information about LoWPAN interfaces.
         <p>Not for use by third-party applications. -->
    <permission android:name="android.permission.ACCESS_LOWPAN_STATE"