Durank
Durank
@shannah that related with this committ https://github.com/DurankGts/CodenameOne/commit/16ae9b8f59f08f9700bb5177dd66309c5f03b429 ?
do you check the video up about this issue?
 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...
@plumberg do you have the same issue?

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...