android = { usesPermissions = { "android.permission.INTERNET", "android.permission.VIBRATE", }, },
My issue is that whenever I try to run system.vibrate() in my scene code, I get an error message saying that it requires the security permission, even though I already have the permission enabled in my build.settings, as seen above. Any idea what the fix is? I am running Corona 2018.3223 on windows 10. My android phone is running Android 7.0
The error says java.lang.SecurityException: Requires VIBRATE permission