summaryrefslogtreecommitdiffhomepage
path: root/android/lib/push-notification/src/main/AndroidManifest.xml
blob: fdd2360d8ed2fef635b0685ff0c22a1e63f9f221 (plain)
1
2
3
4
<?xml version="1.0" encoding="utf-8"?>
<manifest xmlns:android="http://schemas.android.com/apk/res/android">
    <uses-permission android:name="android.permission.POST_NOTIFICATIONS" />
</manifest>