79210949

Date: 2024-11-21 11:38:18
Score: 0.5
Natty:
Report link

have you added POST_NOTIFICATIONS permission ?, becuase posting notifications on Android. In recent Android versions (starting from Android 13, API level 33), you need to explicitly declare the POST_NOTIFICATIONS permission in your AndroidManifest.xml like below:

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

Full documentation is available here

Reasons:
  • Has code block (-0.5):
  • Contains question mark (0.5):
  • Low reputation (0.5):
Posted by: Tech Ramakant