DX AXA - the latest SDK supposed to have the bluetooth adapter status, but is not showing up
search cancel

DX AXA - the latest SDK supposed to have the bluetooth adapter status, but is not showing up

book

Article ID: 373707

calendar_today

Updated On:

Products

CA Application Experience Analytics SaaS (AXA)

Issue/Introduction

The new SDK downloaded from AXA tenant  and it is the latest v24.5 .

But not seeing BlueTooth Adaptor Status  

Environment

AXA 24.5.2

Cause

Permission and configuration 

Resolution

Below flags and permissions should be added in the AndroidManifest.xmlfile.
 
<application>
  <meta-data android:name="AXADisableBLECapture" android:value="false"/>
</application>

<uses-permission android:name="android.permission.BLUETOOTH" />
<uses-permission android:name="android.permission.BLUETOOTH_ADMIN" />