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

Commit eba1044c authored by Jorge Ruesga's avatar Jorge Ruesga
Browse files

appops: Fix WIFI_SCAN AppOp permission index



WIFI_SCAN and POST_NOTIFICATION permissions are inverted.

Change-Id: I97ebba0e118604294eb474143c53f7e7238dcb59
Signed-off-by: default avatarJorge Ruesga <jorge@ruesga.com>
parent 72484974
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -419,8 +419,8 @@ public class AppOpsManager {
            android.Manifest.permission.WRITE_CALL_LOG,
            android.Manifest.permission.READ_CALENDAR,
            android.Manifest.permission.WRITE_CALENDAR,
            null, // no permission required for notifications
            android.Manifest.permission.ACCESS_WIFI_STATE,
            null, // no permission required for notifications
            null, // neighboring cells shares the coarse location perm
            android.Manifest.permission.CALL_PHONE,
            android.Manifest.permission.READ_SMS,