mirror of
https://git.sr.ht/~eliasnaur/gio
synced 2026-07-05 09:25:38 +00:00
dbbae0519e
Signed-off-by: Elias Naur <mail@eliasnaur.com>
15 lines
302 B
Go
15 lines
302 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
|