I receive this error in Firebase:
Permission Denial: Enable bluetooth requires com.mediatek.permission.CTA_ENABLE_BT
(i put on manifest android.hardware.bluetooth required="false" because I want it to also be installed on android that doesn't have bluetooth)
manifest:
firebase crashlytics:
Permission Denial: Enable bluetooth requires com.mediatek.permission.CTA_ENABLE_BT
(i put on manifest android.hardware.bluetooth required="false" because I want it to also be installed on android that doesn't have bluetooth)
manifest:
B4X:
AddManifestText(
<uses-sdk android:minSdkVersion="14" android:targetSdkVersion="29"/>
<uses-feature android:name="android.hardware.bluetooth" android:required="false"/>
....
/>
firebase crashlytics: