Hi,
I am trying to call request authorization and expected an android popup would trigger android.permission.BLUETOOTH and android.permission.ADMIN_BLUETOOTH request but nothing happens. Always returns no authorization for Bluetooth.
This behavior is only with a specific device with Android 12 version even if bluetooth is active. While with other devices the authorization is automatic so it works correctly.
Does anyone know how to fix this?
Thanks,
PierPaolo
I replaced these two lines in the manifest:
with:
and it works.
Hello!
Hope you are doing well, I'm facing the same issue and I don't know how to change the android app manifest, can you explain how to do this?
Thanks in advance,
Best regards!
Hello,
Go to GitHub project make a forke and than change those lines the file "plugin.xml" after this go to your OutSystems project and change the extensibility configurations to your git fork.
Cheers.
thanks a lot!! It worked for me :)