Loading AndroidManifest.xml +4 −2 Original line number Diff line number Diff line Loading @@ -108,7 +108,8 @@ </provider> <service android:process="@string/process" android:name=".btservice.AdapterService" android:exported="true"> android:exported="true" android:permission="android.permission.ACCESS_BLUETOOTH_SHARE"> <intent-filter> <action android:name="android.bluetooth.IBluetooth"/> </intent-filter> Loading Loading @@ -285,7 +286,8 @@ <service android:process="@string/process" android:name=".gatt.GattService" android:enabled="@bool/profile_supported_gatt" android:exported="true"> android:exported="true" android:permission="android.permission.ACCESS_BLUETOOTH_SHARE"> <intent-filter> <action android:name="android.bluetooth.IBluetoothGatt"/> </intent-filter> Loading Loading
AndroidManifest.xml +4 −2 Original line number Diff line number Diff line Loading @@ -108,7 +108,8 @@ </provider> <service android:process="@string/process" android:name=".btservice.AdapterService" android:exported="true"> android:exported="true" android:permission="android.permission.ACCESS_BLUETOOTH_SHARE"> <intent-filter> <action android:name="android.bluetooth.IBluetooth"/> </intent-filter> Loading Loading @@ -285,7 +286,8 @@ <service android:process="@string/process" android:name=".gatt.GattService" android:enabled="@bool/profile_supported_gatt" android:exported="true"> android:exported="true" android:permission="android.permission.ACCESS_BLUETOOTH_SHARE"> <intent-filter> <action android:name="android.bluetooth.IBluetoothGatt"/> </intent-filter> Loading