diff --git a/app/permission/wakelock/wakelock.go b/app/permission/wakelock/wakelock.go new file mode 100644 index 00000000..d8611f23 --- /dev/null +++ b/app/permission/wakelock/wakelock.go @@ -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: + + + +*/ +package wakelock