build.setting issues

i have a strange issue . i have an err Java.lang.SecurityException:Requires vibrate permission

but i already added that permission in the build.setting

i used

 system.vibrate()

to start the vibration

and it was working before !!

i also face some issue with admob plgins for the same app . so i guess somthing wrong with my build file

settings = { orientation = { -- Supported values for orientation: -- portrait, portraitUpsideDown, landscapeLeft, landscapeRight default = "portrait", supported = { "portrait", } }, excludeFiles = { -- Include only the necessary icon files on each platform iphone = { "Icon-\*dpi.png", }, android = { "Icon.png", "Icon-Small-\*.png", "Icon\*@2x.png", }, }, plugins = { ["plugin.google.play.services"] = { publisherId = "com.coronalabs" }, }, android = { usesPermissions = { "android.permission.INTERNET", "android.permission.ACCESS\_NETWORK\_STATE", "android.permission.READ\_PHONE\_STATE", "android.permission.WRITE\_EXTERNAL\_STORAGE", "android.permission.VIBRATE", }, }, },

i tried in the stable build and on 2 more daily builds ,

also when i try to install it in any mobile it didn’t require ANY access !!

i tried in many devices starting from 4.4 to 5 and on more than hardware

ooh it was my mistake the file name was build.setting not .settings :slight_smile: , I guess corona should check the file name in that as well

ooh it was my mistake the file name was build.setting not .settings :slight_smile: , I guess corona should check the file name in that as well