mirror of
https://github.com/jfoucry/Pilldroid.git
synced 2024-11-22 04:29:22 +01:00
Add some permissions for storage usage
This commit is contained in:
parent
adb4e236b4
commit
c51904f5c4
1 changed files with 2 additions and 0 deletions
|
@ -12,6 +12,8 @@
|
|||
<uses-permission android:name="android.permission.ACCESS_NOTIFICATION_POLICY"/>
|
||||
<uses-permission android:name="com.android.alarm.permission.SET_ALARM"/>
|
||||
<uses-permission android:name="android.permission.SCHEDULE_EXACT_ALARM"/>
|
||||
<uses-permission android:name="android.permission.READ_EXTERNAL_STORAGE" />
|
||||
|
||||
|
||||
|
||||
<application
|
||||
|
|
Loading…
Reference in a new issue