forked from joejulian/gio
61b2e37691
Signed-off-by: Elias Naur <mail@eliasnaur.com>
14 lines
300 B
Go
14 lines
300 B
Go
// SPDX-License-Identifier: Unlicense OR MIT
|
|
|
|
/*
|
|
Package wakelock implements permission to acquire locks that keep the system
|
|
from suspending.
|
|
|
|
# Android
|
|
|
|
The following entries will be added to AndroidManifest.xml:
|
|
|
|
<uses-permission android:name="android.permission.WAKE_LOCK"/>
|
|
*/
|
|
package wakelock
|