Add wakelock permission to manifest
This commit is contained in:
parent
44da441096
commit
ebada3884a
1 changed files with 1 additions and 0 deletions
|
@ -3,6 +3,7 @@
|
|||
package="eu.depau.ddroid">
|
||||
|
||||
<uses-permission android:name="android.permission.WRITE_EXTERNAL_STORAGE"/>
|
||||
<uses-permission android:name="android.permission.WAKE_LOCK" />
|
||||
|
||||
<application
|
||||
android:allowBackup="true"
|
||||
|
|
Loading…
Reference in a new issue