benjamindean / flutter_vibration

Handle vibration on iOS and Android in Flutter apps
217 stars 67 forks source link

Vibration works without permission on Android real device #57

Closed roeniss closed 3 years ago

roeniss commented 3 years ago

In debug mode, My android phone is vibrated by flutter/dart codes. Suddenly I realized that I didn't edit xml for permission at all. Is this normal behavior? 👀

I didn't touch debug/main/profile AndroidManifest.xml at all.

benjamindean commented 3 years ago

It should still ask the permission in production mode. For debug mode, it's handled here.

roeniss commented 3 years ago

Ah, Thank you @benjamindean ! Have a nice day :) I'll close this issue.