We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 05fa9ff commit 676ede0Copy full SHA for 676ede0
android/src/main/java/com/boterop/timer/BackgroundTimerModule.java
@@ -36,7 +36,7 @@ public BackgroundTimerModule(ReactApplicationContext reactContext) {
36
super(reactContext);
37
this.reactContext = reactContext;
38
this.powerManager = (PowerManager) getReactApplicationContext().getSystemService(reactContext.POWER_SERVICE);
39
- this.wakeLock = powerManager.newWakeLock(PowerManager.PARTIAL_WAKE_LOCK, "rohit_bg_wakelock");
+ this.wakeLock = powerManager.newWakeLock(PowerManager.PARTIAL_WAKE_LOCK, "react-native-background-timer:wakelock");
40
reactContext.addLifecycleEventListener(listener);
41
}
42
0 commit comments