Android Question Serial Port Permissions from Manifest file

Kartographers

Member
Licensed User
Longtime User
We are using B4A to develop an android app for an embedded board called cubietruck. We have managed to enable the serial port for data reception and transmission. I need to know how do I permanently set permissions in my app to access the serial port. I do not want my app to ask for UART permission each time it is launched.

I know how to edit the manifest file using the manifest editor in B4A but i need to know what is the exact permission to be added - android.permission.??????
 

DonManfred

Expert
Licensed User
Longtime User
Here you find a list of all permissions for future reference
 
Upvote 0
Top