Toggle navigation
Toggle navigation
This project
Loading...
Sign in
flutter_package
/
flutter_wakelock
Go to a project
Toggle navigation
Projects
Groups
Snippets
Help
Toggle navigation pinning
Project
Activity
Repository
Pipelines
Graphs
Issues
0
Merge Requests
0
Wiki
Network
Create a new issue
Builds
Commits
Authored by
creativecreatorormaybenot
2019-07-07 11:39:50 +0000
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Commit
46fa706f61e648c4d0ee499ef085d0c54178524c
46fa706f
1 parent
f94731aa
Remove Manifest permission while not needed
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 additions
and
1 deletions
android/src/main/AndroidManifest.xml
android/src/main/AndroidManifest.xml
View file @
46fa706
<manifest
xmlns:android=
"http://schemas.android.com/apk/res/android"
package=
"wakelock.wakelock"
>
<
uses-permission
android:name=
"android.permission.WAKE_LOCK"
/
>
<
!-- <uses-permission android:name="android.permission.WAKE_LOCK" /> --
>
</manifest>
...
...
Please
register
or
login
to post a comment