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

Commit 04c0fb55 authored by Jonathan Klee's avatar Jonathan Klee
Browse files

Merge branch '0000-s-remove-force-stop-packages-perm' into 'main'

fix: Remove useless FORCE_STOP_PACKAGES permission

See merge request !292
parents ebc25cf6 fe77c348
Loading
Loading
Loading
Loading
Loading
+0 −6
Original line number Diff line number Diff line
@@ -28,12 +28,6 @@
        tools:ignore="QueryAllPackagesPermission" />
    <uses-permission android:name="android.permission.READ_CONTACTS" />

    <permission
        android:name="android.permission.FORCE_STOP_PACKAGES"
        android:permissionGroup="android.permission-group.SYSTEM_TOOLS"
        android:protectionLevel="signature"
        tools:ignore="ReservedSystemPermission" />

    <permission android:name="foundation.e.permission.ADD_ACCOUNT"
        android:protectionLevel="signature" />