Skip to content

Commit d3ceb0d

Browse files
Update README.md
1 parent bda41e8 commit d3ceb0d

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

README.md

+4-2
Original file line numberDiff line numberDiff line change
@@ -225,7 +225,7 @@ RNNotificationCall.removeEventListener('answer');
225225
RNNotificationCall.removeEventListener('endCall');
226226
```
227227

228-
#### open app from quit state (only work on quit state)
228+
#### back to app
229229

230230
```ts
231231
function backToApp(): void;
@@ -262,8 +262,10 @@ RNNotificationCall.answerCall(22221a97-8eb4-4ac2-b2cf-0a3c0b9100ad, JSON.stringi
262262

263263
#### Troubleshooting
264264

265-
- Custom Android notification sound :
265+
- Custom Android notification sound:
266266
- Since Android Oreo / 8 the Notificationsound is coming from the Channel and can only be set the first time you add the channel via your channel.setSound(). If you want to change it later on you need to delete the channel and then re-add it to the system.
267+
268+
- Android target 31 or higher: android.app.BackgroundServiceStartNotAllowedException: Not allowed to start service Intent (android.app.BackgroundServiceStartNotAllowedException: Not allowed to start service Intent)
267269

268270
## Contributing
269271

0 commit comments

Comments
 (0)