Android Question Usb RequestPermision

pgargom

Member
Licensed User
Longtime User
Hi,
Im working with Usb library and every thing is working (sending and receiving data). However my application needs work alone without users acceptance. Now every time I switch on the device and run the app, it asks for permission to allow USB Access only first time(while device is on). I needs that only ask for permisision first time(or not ask for permission). And if i turn off my device and then turn on, the device should get permission automatically without users acceptance.

Are there any way to do this? if i turn off the device, i always have to accept the permission?

Thanks, and sorry for my English.
 
Top