Skip to content

Commit d7c2eac

Browse files
Copilotgfauredev
andauthored
fix(android): use full Android permission name for WAKE_LOCK in Dioxus.toml
Agent-Logs-Url: https://github.com/gfauredev/LogOut/sessions/6bb0770c-21c3-4707-93ae-174767b3b954 Co-authored-by: gfauredev <19304085+gfauredev@users.noreply.github.com>
1 parent 34fb378 commit d7c2eac

1 file changed

Lines changed: 1 addition & 3 deletions

File tree

Dioxus.toml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -47,9 +47,7 @@ min_sdk = 28
4747
target_sdk = 36
4848

4949
[android.permissions]
50-
internet.description = "Download exercises and translations"
51-
wake_lock.description = "Keep screen on during workouts"
52-
post_notifications.description = "Send rest and exercise duration alerts"
50+
"android.permission.WAKE_LOCK".description = "Keep screen on during workouts"
5351

5452
[android.application]
5553
# Ensure WebView reports system dark/light setting to CSS `prefers-color-scheme`

0 commit comments

Comments
 (0)