-
Per documentation:
Is there any reason why Wakelock and Vibrate are needed? The only usage I can see is here and I assume it's deprecated. Should the doc be updated there? |
Beta Was this translation helpful? Give feedback.
Answered by
thudugala
Aug 14, 2024
Replies: 1 comment 1 reply
-
// Required so that the plugin can schedule [assembly: UsesPermission(Manifest.Permission.Vibrate)] is needed as Minimum permissions ( ) |
Beta Was this translation helpful? Give feedback.
1 reply
Answer selected by
thudugala
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
@datvm
// Required so that the plugin can schedule
[assembly: UsesPermission(Manifest.Permission.WakeLock)]
[assembly: UsesPermission(Manifest.Permission.Vibrate)] is needed as Minimum permissions (
Plugin.LocalNotification/Source/Plugin.LocalNotification/AndroidOption/NotificationChannelRequest.cs
Line 64 in a757eac