Skip to content

Commit

Permalink
The app now keeps the screen on.
Browse files Browse the repository at this point in the history
Fixes #8.
  • Loading branch information
pavelsof committed Jan 23, 2021
1 parent 68b9a5a commit 9018eeb
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 2 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
# changelog

## 0.2.1 (TBA)

- The app keeps the screen on while in foreground ([#8](https://github.com/pavelsof/mobile-wormhole/issues/8)).


## 0.2.0 (2020-12-12)

- Upgraded to Kivy 2.0.
Expand Down
4 changes: 2 additions & 2 deletions buildozer.spec
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,7 @@ fullscreen = 0
#android.presplash_color = #FFFFFF

# (list) Permissions
android.permissions = INTERNET, WRITE_EXTERNAL_STORAGE
android.permissions = INTERNET, WAKE_LOCK, WRITE_EXTERNAL_STORAGE

# (int) Target Android API, should be as high as possible.
android.api = 29
Expand Down Expand Up @@ -207,7 +207,7 @@ android.add_xml_resources = misc/file_paths.xml

# (bool) Indicate whether the screen should stay on
# Don't forget to add the WAKE_LOCK permission if you set this to True
#android.wakelock = False
android.wakelock = True

# (list) Android application meta-data to set (key=value format)
#android.meta_data =
Expand Down

0 comments on commit 9018eeb

Please sign in to comment.