Skip to content

Wakelock and Vibrate permission on Android? #515

Answered by thudugala
datvm asked this question in Q&A
Discussion options

You must be logged in to vote

@datvm

// Required so that the plugin can schedule
[assembly: UsesPermission(Manifest.Permission.WakeLock)]

[assembly: UsesPermission(Manifest.Permission.Vibrate)] is needed as Minimum permissions (

)

Replies: 1 comment 1 reply

Comment options

You must be logged in to vote
1 reply
@datvm
Comment options

Answer selected by thudugala
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants