nibuen / SpaceAlertMissionGenerator

Mission Generator For Space Alert Board Game On Android
https://blog.iterary.com/
MIT License
15 stars 9 forks source link

Removing deprecated usage of SCREEN_BRIGHT_WAKE_LOCK #9

Closed tompen closed 10 years ago

tompen commented 10 years ago

Replacing the deprecated usage of SCREEN_BRIGHT_WAKE_LOCK with the flag FLAG_KEEP_SCREEN_ON.

This made it possible to remove the permission android.permission.WAKE_LOCK from the manifest.

Also removed some unused import statements.