This repository was archived by the owner on Jan 14, 2025. It is now read-only.
File tree Expand file tree Collapse file tree 3 files changed +1
-4
lines changed
example/android/app/src/main Expand file tree Collapse file tree 3 files changed +1
-4
lines changed Original file line number Diff line number Diff line change @@ -43,6 +43,7 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.
4343
4444### Fixed
4545
46+ - (Android) WAKE_LOCK permission removed from documentation. [ #1494 ] ( https://github.com/zo0r/react-native-push-notification/issues/1494 )
4647- (Android) Some options were ignored on scheduled/repeating notifications (allowWhileIdle, ignoreInForeground).
4748- (Android/iOS) popInitialInotification might be ignored in ` .configure() `
4849
Original file line number Diff line number Diff line change @@ -72,8 +72,6 @@ In your `android/app/src/main/AndroidManifest.xml`
7272
7373``` xml
7474 .....
75- <uses-permission android : name =" android.permission.WAKE_LOCK" />
76-
7775 <uses-permission android : name =" android.permission.VIBRATE" />
7876 <uses-permission android : name =" android.permission.RECEIVE_BOOT_COMPLETED" />
7977
Original file line number Diff line number Diff line change 77 <uses-permission android : name =" android.permission.VIBRATE" />
88 <uses-permission android : name =" android.permission.RECEIVE_BOOT_COMPLETED" />
99
10- <uses-permission android : name =" android.permission.WAKE_LOCK" />
11-
1210 <application
1311 android : name =" .MainApplication"
1412 android : label =" @string/app_name"
You can’t perform that action at this time.
0 commit comments