Permission : Where include it ?

Monkey Targets Forums/Android/Permission : Where include it ?

golomp(Posted 2013) [#1]
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


Volker(Posted 2013) [#2]
You must modify the AndroidManifest.xml in:
.build\android\templates


golomp(Posted 2013) [#3]
Thank you a lot Volker !

Best regards,
Golomp


StoneFaceEXE(Posted 2013) [#4]
Is there a way to include permissions from within Monkey?


MikeHart(Posted 2013) [#5]
Nope, not at the moment.