Skip to content

Commit

Permalink
Removed permission causing crashes with WorkManager
Browse files Browse the repository at this point in the history
  • Loading branch information
Lev Zakaryan committed Nov 5, 2024
1 parent 62c84c7 commit fb2c0c1
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions library/src/main/AndroidManifest.xml
Original file line number Diff line number Diff line change
Expand Up @@ -8,10 +8,6 @@
</intent>
</queries>

<uses-permission
android:name="android.permission.WAKE_LOCK"
android:maxSdkVersion="25" />

<uses-permission android:name="android.permission.POST_NOTIFICATIONS" />

<application>
Expand Down

0 comments on commit fb2c0c1

Please sign in to comment.