Skip to content

Commit

Permalink
Merge pull request #690 from F43nd1r/wakelock
Browse files Browse the repository at this point in the history
Remove maxsdkversion for wake lock
  • Loading branch information
F43nd1r authored Sep 5, 2018
2 parents d5ab5ac + fb19963 commit f7216d7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion acra-core/src/main/AndroidManifest.xml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@

<manifest xmlns:android="http://schemas.android.com/apk/res/android"
package="org.acra">
<uses-permission android:name="android.permission.WAKE_LOCK" android:maxSdkVersion="25"/>
<uses-permission android:name="android.permission.WAKE_LOCK"/>
<application>
<service
android:name="org.acra.sender.SenderService"
Expand Down

0 comments on commit f7216d7

Please sign in to comment.