creativecreatorormaybenot

Remove Manifest permission while not needed

1 <manifest xmlns:android="http://schemas.android.com/apk/res/android" 1 <manifest xmlns:android="http://schemas.android.com/apk/res/android"
2 package="wakelock.wakelock"> 2 package="wakelock.wakelock">
3 3
4 - <uses-permission android:name="android.permission.WAKE_LOCK" /> 4 + <!-- <uses-permission android:name="android.permission.WAKE_LOCK" /> -->
5 </manifest> 5 </manifest>