mirror of
https://github.com/TrianguloY/LightningLauncher.git
synced 2024-12-26 09:58:20 +01:00
Add the permission to request packages deletion.
This commit is contained in:
parent
f131f836ed
commit
44e1e4948b
1 changed files with 2 additions and 1 deletions
|
@ -14,9 +14,10 @@
|
|||
<!-- direct dial shortcuts -->
|
||||
<uses-permission android:name="android.permission.CALL_PHONE"/>
|
||||
|
||||
<!-- app killer -->
|
||||
<!-- apps management -->
|
||||
<uses-permission android:name="android.permission.KILL_BACKGROUND_PROCESSES"/>
|
||||
<uses-permission android:name="android.permission.GET_TASKS"/>
|
||||
<uses-permission android:name="android.permission.REQUEST_DELETE_PACKAGES"/>
|
||||
|
||||
<!-- messaging related -->
|
||||
<uses-permission android:name="android.permission.READ_CONTACTS"/>
|
||||
|
|
Loading…
Reference in a new issue