mirror of
https://git.sr.ht/~eliasnaur/gio
synced 2026-07-06 09:55:40 +00:00
app/permission/wakelock: add package for requesting wake locks
Signed-off-by: Elias Naur <mail@eliasnaur.com>
This commit is contained in:
@@ -0,0 +1,14 @@
|
|||||||
|
// 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
|
||||||
Reference in New Issue
Block a user