mirror of
https://github.com/SpartanJ/eepp.git
synced 2026-08-18 06:55:48 +03:00
Ups, i broke android/ios building. Is fixed now.
Also set the wake lock for android, to keep the screen active.
This commit is contained in:
@@ -25,4 +25,7 @@
|
||||
|
||||
<!-- Allow writing to external storage -->
|
||||
<uses-permission android:name="android.permission.WRITE_EXTERNAL_STORAGE" />
|
||||
|
||||
<!-- Allow the usage of the wake lock -->
|
||||
<uses-permission android:name="android.permission.WAKE_LOCK" />
|
||||
</manifest>
|
||||
|
||||
Reference in New Issue
Block a user