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

Commit 441f4da0 authored by Abhisek Devkota's avatar Abhisek Devkota
Browse files

REAL_GET_TASKS > GET_TASKS

Change-Id: I27dac0467402c7895fbc6f0c956cdf2985c88900
parent cd2937a0
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -40,7 +40,7 @@
    <!-- Used to create launcher shortcuts -->
    <uses-permission android:name="com.android.launcher.permission.INSTALL_SHORTCUT" />
    <!-- Used to check if the app is in the background -->
    <uses-permission android:name="android.permission.GET_TASKS" />
    <uses-permission android:name="android.permission.REAL_GET_TASKS" />
    <!-- Allows Eleven to read from External Storage -->
    <uses-permission android:name="android.permission.READ_EXTERNAL_STORAGE"/>