Skip to content

Commit

Permalink
Fix permissions on 29
Browse files Browse the repository at this point in the history
  • Loading branch information
bentrengrove committed Jul 24, 2024
1 parent 8c9c110 commit 9be1b69
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ internal fun grantPermissionInDialog(
val button = uiDevice.findPermissionButton(
when (sdkVersion) {
in 24..28 -> "ALLOW"
29 -> "Allow only while using the app"
29 -> "Allow"
else -> "While using the app"
}
)
Expand Down

0 comments on commit 9be1b69

Please sign in to comment.