OSDN Git Service

REAL_GET_TASKS > GET_TASKS
authorAbhisek Devkota <ciwrl@cyanogenmod.com>
Wed, 2 Sep 2015 19:46:53 +0000 (12:46 -0700)
committerAbhisek Devkota <ciwrl@cyanogenmod.com>
Wed, 2 Sep 2015 19:46:53 +0000 (12:46 -0700)
Change-Id: I27dac0467402c7895fbc6f0c956cdf2985c88900

AndroidManifest.xml

index 4a5a6d7..c50e8ec 100644 (file)
@@ -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"/>