Durank

Results 169 comments of Durank

@shannah that related with this committ https://github.com/DurankGts/CodenameOne/commit/16ae9b8f59f08f9700bb5177dd66309c5f03b429 ?

![image](https://user-images.githubusercontent.com/16245755/135868589-4e1858d0-b79c-41f7-a933-fa15d22f90a4.png) this the way that I found correctly. I don't know why the build generated code in this specific case it send and start event to my app when I...

![image](https://user-images.githubusercontent.com/16245755/110325839-38fd4b00-7fee-11eb-8b9c-4368c6d073e1.png)

hello any solution about this issue?

public boolean isLocationPermissionGranted() { String methodName = "isLocationPermissionGranted"; try { int api = android.os.Build.VERSION.SDK_INT; Log.i(TAG, methodName + "()->api:" + api); if (api >= 23) { final Activity activity = AndroidNativeUtil.getActivity();...

you must to create a way that the developer user a custom dialog. // Show an expanation to the user *asynchronously* -- don't block if(**Dialog.show("Requires permission", prompt, "Ask again", "Don't...