hi,
My first lauch of my app (after installation ) problem got solved which previously showed run time error as my app wanted to activate bluetooth on screen start up. Now as I solved this issue by adding some code blocks, I encounter another problem that is :
As installation is done and permissions granted app asks for enabling bluetooth. It is OK upto this point.
when i close my app and BT , then I restart the app , it never asks to enable bluetooth again. This is the issue I am facing.
Thank you for reply in fact these are two different activities and independent of each other .Asking permission and asking BT to enable by the app starting looks like a normal activity. I succeeded in doing both of them at once but issue is that again run time error.
actually there must be another screen block that one would use in a if condition . here i am using If condition in the same screen block where is ask for permission grant request. But i think there should be an alternative way of doing that.