• After 15+ years, we've made a big change: Android Forums is now Early Bird Club. Learn more here.

Apps accept incoming file request programmatically

yunan

Lurker
Dear All:

When a file is sent to an android phone via Bluetooth, we have to manually accept the incoming file request. How can we accept it programmatically without user interaction? Thanks in advance.
 
Basically, I am trying to listen for incoming file request. If possible, my application can accept this request. But I don't know what event type I should use in an intent and listen to it.
 
Back
Top Bottom