Showing
3 changed files
with
7 additions
and
1 deletions
| 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 | + | ||
| 4 | + <uses-permission android:name="android.permission.WAKE_LOCK" /> | ||
| 3 | </manifest> | 5 | </manifest> |
| 1 | name: wakelock | 1 | name: wakelock |
| 2 | description: Wakelock is a Flutter plugin that allows you to easily toggle the Android and iOS screen wakelock on or off in order to prevent the screen from automatically turning off. | 2 | description: Wakelock is a Flutter plugin that allows you to easily toggle the Android and iOS screen wakelock on or off in order to prevent the screen from automatically turning off. |
| 3 | -version: 0.1.0+2 | 3 | +version: 0.1.0+3 |
| 4 | author: creativecreatorormaybenot <19204050+creativecreatorormaybenot@users.noreply.github.com> | 4 | author: creativecreatorormaybenot <19204050+creativecreatorormaybenot@users.noreply.github.com> |
| 5 | homepage: https://github.com/creativecreatorormaybenot/wakelock | 5 | homepage: https://github.com/creativecreatorormaybenot/wakelock |
| 6 | 6 |
-
Please register or login to post a comment