Skip to content

Commit

Permalink
Update README
Browse files Browse the repository at this point in the history
  • Loading branch information
hiennguyen92 committed Sep 22, 2024
1 parent d4b613d commit f49b8db
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -147,6 +147,12 @@ Our top sponsors are shown below!
});
```

* request permission for full intent Notification/full screen locked screen Android 14+
For Android 14+, please `requestFullIntentPermission`
```dart
await FlutterCallkitIncoming.requestFullIntentPermission();
```

* Show miss call notification
```dart
this._currentUuid = _uuid.v4();
Expand Down

0 comments on commit f49b8db

Please sign in to comment.