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:
Martín Lucas Golini
2013-11-06 11:23:53 -03:00
parent d7288f956c
commit e6ace961ff
4 changed files with 18 additions and 9 deletions

View File

@@ -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>