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.
43
43
44
44
### Fixed
45
45
46
+ - (Android) WAKE_LOCK permission removed from documentation. [ #1494 ] ( https://github.com/zo0r/react-native-push-notification/issues/1494 )
46
47
- (Android) Some options were ignored on scheduled/repeating notifications (allowWhileIdle, ignoreInForeground).
47
48
- (Android/iOS) popInitialInotification might be ignored in ` .configure() `
48
49
Original file line number Diff line number Diff line change @@ -72,8 +72,6 @@ In your `android/app/src/main/AndroidManifest.xml`
72
72
73
73
``` xml
74
74
.....
75
- <uses-permission android : name =" android.permission.WAKE_LOCK" />
76
-
77
75
<uses-permission android : name =" android.permission.VIBRATE" />
78
76
<uses-permission android : name =" android.permission.RECEIVE_BOOT_COMPLETED" />
79
77
Original file line number Diff line number Diff line change 7
7
<uses-permission android : name =" android.permission.VIBRATE" />
8
8
<uses-permission android : name =" android.permission.RECEIVE_BOOT_COMPLETED" />
9
9
10
- <uses-permission android : name =" android.permission.WAKE_LOCK" />
11
-
12
10
<application
13
11
android : name =" .MainApplication"
14
12
android : label =" @string/app_name"
You can’t perform that action at this time.
0 commit comments