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

Commit 1e61c43c authored by Roshan Pius's avatar Roshan Pius
Browse files

AndroidManifest.xml: Limit managed provisioning permission to signature

Bug: 120406360
Test: Device boots up.
Change-Id: I884ffbd102aa916cfb105cef224d4f45badc78d0
parent 3b7054b5
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -1595,7 +1595,7 @@
         @hide This should only be used by ManagedProvisioning app.
    -->
    <permission android:name="android.permission.NETWORK_MANAGED_PROVISIONING"
        android:protectionLevel="signature|privileged" />
        android:protectionLevel="signature" />

    <!-- #SystemApi @hide Allows applications to access information about LoWPAN interfaces.
         <p>Not for use by third-party applications. -->