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

Commit 033a68fe authored by Svet Ganov's avatar Svet Ganov
Browse files

Lower protection level of WiFi state change permissions.

bug:21724236

Change-Id: Ib2305bf8a6be62fe6b00d9bccc7685100edba9ba
parent 30a253ae
Loading
Loading
Loading
Loading
+3 −3
Original line number Diff line number Diff line
@@ -922,7 +922,7 @@
    <permission android:name="android.permission.CHANGE_WIFI_STATE"
        android:description="@string/permdesc_changeWifiState"
        android:label="@string/permlab_changeWifiState"
        android:protectionLevel="dangerous" />
        android:protectionLevel="normal" />

    <!-- @SystemApi @hide Allows applications to read Wi-Fi credential.
         <p>Not for use by third-party applications. -->
@@ -952,7 +952,7 @@
    <permission android:name="android.permission.CHANGE_WIMAX_STATE"
        android:description="@string/permdesc_changeWimaxState"
        android:label="@string/permlab_changeWimaxState"
        android:protectionLevel="dangerous" />
        android:protectionLevel="normal" />

    <!--@SystemApi Allows applications to the the local WiFi and Bluetooth MAC address.
        @hide
@@ -1057,7 +1057,7 @@
    <permission android:name="android.permission.CHANGE_WIFI_MULTICAST_STATE"
        android:description="@string/permdesc_changeWifiMulticastState"
        android:label="@string/permlab_changeWifiMulticastState"
        android:protectionLevel="dangerous" />
        android:protectionLevel="normal" />

    <!-- Allows access to the vibrator -->
    <permission android:name="android.permission.VIBRATE"