Permission : Where include it ?
Monkey Targets Forums/Android/Permission : Where include it ?| 
 | ||
| Hi, I need to include this permission for gps usage : <uses-permission android:name="android.permission.ACCESS_FINE_LOCATION" /></uses-permission> I include it in AndroidManifest.xml in the Android build folder but when i generate the apk the permission is removed, so when i try the app, there is no permission asked for GPS usage so the app dont run fine when i call gps function... What's wrong ? Permission syntaxe ? Maybe i must put it in another file ? Thanks by advance for your ideas and suggestions. Golomp for information i use monkey v66b | 
| 
 | ||
| You must modify the AndroidManifest.xml in: .build\android\templates | 
| 
 | ||
| Thank you a lot Volker ! Best regards, Golomp | 
| 
 | ||
| Is there a way to include permissions from within Monkey? | 
| 
 | ||
| Nope, not at the moment. |