[codenameone-discussions] Re: Permission to use phone

2016-12-08 Thread Shai Almog
Probably. There is the developer guide permission section that you already found that should list the trigger for each permission. We'll try to fix some of the issues with the share button here, it shouldn't trigger any permission. There is an issue on that. -- You received this message becaus

[codenameone-discussions] Re: Permission to use phone

2016-12-08 Thread Gareth Murfin
doh, its due to the share button I think... On Thursday, December 8, 2016 at 8:42:54 PM UTC+8, Gareth Murfin wrote: > > OK final one, im not using contacts at all, so why is this one needed? it > says "contacts" in permissions, from the docs: > > android.permission.READ_CONTACTS - triggers by th

[codenameone-discussions] Re: Permission to use phone

2016-12-08 Thread Gareth Murfin
OK final one, im not using contacts at all, so why is this one needed? it says "contacts" in permissions, from the docs: android.permission.READ_CONTACTS - triggers by the package com.codename1.contacts & Display.getAllContacts(). Can I turn this off somehow seeing as im not using it? I guess

[codenameone-discussions] Re: Permission to use phone

2016-12-08 Thread Gareth Murfin
ahh I think its this! Thats why it needs telephone? android.permission.READ_PHONE_STATE - is triggered by com.codename1.ads package, com.codename1.components.Ads, com.codename1.components.ShareButton, com.codename1.media, com.codename1.push, Display.getUdid() & Display.getMsisdn(). This perm

[codenameone-discussions] Re: Permission to use phone

2016-12-08 Thread Gareth Murfin
I see in the manifest it is using READ PHONE STATE, is that what is causing it? But how do I turn it off? Man permissions are KILLING me. I dont even know why I need it. On Thursday, December 8, 2016 at 8:15:00 PM UTC+8, Gareth Murfin wrote: > > Also is there a build hint that can "turn off" the

[codenameone-discussions] Re: Permission to use phone

2016-12-08 Thread Gareth Murfin
Also is there a build hint that can "turn off" these permissions? Or some way to woprk out what triggered them I did not see it in the advanced topics (well not for phone) also no need for it to use storage but it requests that permission too (unless thats also requested even for internal stora