Posts by Júlio Locatelli Piva • 11 points
2 posts
-
1
votes1
answer36
viewsA: How do I get the result of the window that asks to activate Bluetooth?
I found the answer to my question in stackoverflow in English. Just apply the function onActivityResult in the Activity in question (in my case Mainactivity) protected void onActivityResult(int…
-
0
votes1
answer36
viewsQ: How do I get the result of the window that asks to activate Bluetooth?
Inside an android application, I have a screen that requires bluetooth to be enabled, if it is disabled, the part of the code below asks the user to enable it: final BluetoothManager…