Skip to content

Commit

Permalink
Adding notification permission to the example app
Browse files Browse the repository at this point in the history
  • Loading branch information
ArtursKadikis committed Jun 7, 2023
1 parent 7d95450 commit e43a71a
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 @@ -4,6 +4,7 @@

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

<uses-permission android:name="${applicationId}.CountlyPush.BROADCAST_PERMISSION" />
<uses-permission
Expand Down

0 comments on commit e43a71a

Please sign in to comment.