Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit c047d57

Browse files
committed
Wake lock is now needed in the app manifest
1 parent 9c01f59 commit c047d57

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,7 @@ Add the following to your project's AndroidManifest.xml file:
2323

2424
<uses-permission android:name="android.permission.INTERNET" />
2525
<uses-permission android:name="android.permission.READ_EXTERNAL_STORAGE" />
26+
<uses-permission android:name="android.permission.WAKE_LOCK" />
2627

2728
And before the tag:
2829

0 commit comments

Comments
 (0)