Skip to content
This repository was archived by the owner on Jan 14, 2025. It is now read-only.

Commit 0bfc74b

Browse files
committed
Remove WAKE_LOCK from documentation. #1494
1 parent 140273d commit 0bfc74b

File tree

3 files changed

+1
-4
lines changed

3 files changed

+1
-4
lines changed

CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff 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

README.md

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff 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

example/android/app/src/main/AndroidManifest.xml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,6 @@
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"

0 commit comments

Comments
 (0)