I just got done making a simple game and im about ready to publish. My game uses system.vibrate() when desroying enemys and i included a option for users to disable the vibrate feature in settings on the game. My question is because i ask for permission in my build settings to use the vibrate feature will my game be automatically hidden in google play from devices that do not support vibrate or will i need to code a check function to see what device the person is using and allow the vibrate feature to work only if the device supports it?
Reason im asking is cause i assume if the device does not support vibrate it will cause the app to crash.
Thanks.