Android Question Bluetooth Permission Problem

mrossen

Active Member
Licensed User
Longtime User
Hi,

I have 4 apps and all uses the same type of bluetooth connection to our products.

The are installed on many various devices.

Now I got the problem that none of them works on a Lenovo Tablet.

I have attached 2 screendumbs with the errors.

Anyone know why this is happening? and hopefylly how I can deal with it.

Mogens
 

Attachments

  • Toolbox (1).JPG
    Toolbox (1).JPG
    291.4 KB · Views: 332
  • Toolbox (3).JPG
    Toolbox (3).JPG
    295.2 KB · Views: 358

mrossen

Active Member
Licensed User
Longtime User
Hi,

It is still not working. It is Android 4.3 Jelly Bean

B4X:
'This code will be applied to the manifest file during compilation.
'You do not need to modify it in most cases.
'See this link for for more information: http://www.b4x.com/forum/showthread.php?p=78136
AddManifestText(
<uses-sdk android:minSdkVersion="4" android:targetSdkVersion="14"/>
<supports-screens android:largeScreens="true"
    android:normalScreens="true"
    android:smallScreens="true"
    android:anyDensity="true"/>)
SetApplicationAttribute(android:icon, "@drawable/icon")
SetApplicationAttribute(android:label, "$LABEL$")
AddApplicationText(<activity android:name="anywheresoftware.b4a.objects.preferenceactivity"/>)
AddPermission(android.permission.BLUETOOTH)
'End of default text.

Mogens
 
Upvote 0
Top