Skip to content

Commit

Permalink
Add notification permission (#422)
Browse files Browse the repository at this point in the history
  • Loading branch information
RafhaanShah authored May 25, 2023
1 parent f274a00 commit b0e6ef5
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions app/src/main/AndroidManifest.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
xmlns:tools="http://schemas.android.com/tools">

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

<application
android:name=".RYApp"
Expand Down

0 comments on commit b0e6ef5

Please sign in to comment.