[codenameone-discussions] Re: Custom permission messages

2021-07-06 Thread Shai Almog
I don't see that permission in code. I see fine location and android.permission.ACCESS_BACKGROUND_LOCATION but not COARSE. I'll have to check. On Tuesday, July 6, 2021 at 10:05:07 PM UTC+3 hana@gmail.com wrote: > Sorry, wrong link. > Here is the one I followed: > >

[codenameone-discussions] Re: Custom permission messages

2021-07-06 Thread Hannah R
Sorry, wrong link. Here is the one I followed: https://www.codenameone.com/blog/switching-on-android-marshmallow-permission-prompts.html On Tuesday, July 6, 2021 at 3:03:15 PM UTC-4 Hannah R wrote: > How to add custom permission messages? > > I followed this blog ( >

[codenameone-discussions] Custom permission messages

2021-07-06 Thread Hannah R
How to add custom permission messages? I followed this blog (https://www.codenameone.com/blog/tip-intercept-incoming-sms-on-android.html) and added Display.getInstance().setProperty("android.permission.ACCESS_COARSE_LOCATION", "We need access to your location"); into my init() method, but