Skip to content

Commit

Permalink
Grant bluetooth and notification perms in screenshots
Browse files Browse the repository at this point in the history
  • Loading branch information
hufman committed Aug 5, 2024
1 parent 1de5d99 commit d7a89ff
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -122,6 +122,8 @@ class MockScenario(context: Context) {
on {hasSmsPermission} doReturn true
on {hasLocationPermission} doReturn true
on {hasBackgroundPermission} doReturn true
on {hasBluetoothConnectPermission} doReturn true
on {hasPostNotificationsPermission} doReturn true
}

// https://stackoverflow.com/a/60119030/169035
Expand Down

0 comments on commit d7a89ff

Please sign in to comment.