Skip to content

Commit

Permalink
Remove duplicated permission
Browse files Browse the repository at this point in the history
  • Loading branch information
AsimRibo committed Aug 19, 2024
1 parent b74d251 commit 0fb0a27
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,6 @@ internal class PermissionsCollectorTests {
private val APPENDED_PERMISSIONS = mapOf(
Manifest.permission.REORDER_TASKS to true,
Manifest.permission.POST_NOTIFICATIONS to false,
Manifest.permission.POST_NOTIFICATIONS to false,
Manifest.permission.WAKE_LOCK to true,
Manifest.permission.ACCESS_NETWORK_STATE to true,
Manifest.permission.RECEIVE_BOOT_COMPLETED to true,
Expand Down

0 comments on commit 0fb0a27

Please sign in to comment.