When a USB device is connected to the android tab, a pop-up appears asking for user-permission. I want to supress this as the client does not want it. How to supress? In the code: UsbManager.requestpermission(); This is called to give the USB device a temprary acess. This throws a pop-up. how to supress the pop-up or grant access to the user by default?
-- You received this message because you are subscribed to the Google Groups "Android Developers" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/android-developers?hl=en

