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

Commit 68b50f12 authored by Treehugger Robot's avatar Treehugger Robot Committed by Gerrit Code Review
Browse files

Merge "Add QUERY_ALL_PACKAGES permission to VpnDialogs"

parents adaf6fd8 d3b9e120
Loading
Loading
Loading
Loading
+3 −0
Original line number Diff line number Diff line
@@ -23,6 +23,9 @@
    <uses-permission android:name="android.permission.CONTROL_ALWAYS_ON_VPN" />
    <uses-permission android:name="android.permission.HIDE_NON_SYSTEM_OVERLAY_WINDOWS"/>

    <!-- Query all packages on device on R+ -->
    <uses-permission android:name="android.permission.QUERY_ALL_PACKAGES" />

    <application android:label="VpnDialogs"
                 android:allowBackup="false">