Skip to content

Commit

Permalink
Fix README typo (#2165)
Browse files Browse the repository at this point in the history
  • Loading branch information
Coedice authored Dec 27, 2023
1 parent a75c9c8 commit c385518
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion flutter_local_notifications/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -236,7 +236,7 @@ android {

Previously the plugin would specify all the permissions required all of the features that the plugin support in its own `AndroidManifest.xml` file so that developers wouldn't need to do this in their own app's `AndroidManifest.xml` file. Since version 16 onwards, the plugin will now only specify the bare minimum and these [`POST_NOTIFICATIONS`] (https://developer.android.com/reference/android/Manifest.permission#POST_NOTIFICATIONS) and [`VIBRATE`](https://developer.android.com/reference/android/Manifest.permission#VIBRATE) permissions.

For apps that need the following functionality please the following in your app's `AndroidManifest.xml`
For apps that need the following functionality please complete the following in your app's `AndroidManifest.xml`

* To schedule notifications the following changes are needed
* Specify the appropriate permissions between the `<manifest>` tags.
Expand Down

0 comments on commit c385518

Please sign in to comment.