I have an app that uses
<uses-feature
android:name="android.hardware.usb.accessory"
android:required="true" />
I want that USB to communicate with the App1 running in the foreground and App2 running in the background. The App2 running in background in mine. The App1 running in the foreground is by Third-party. I will not have any access to App1.
When i was trying to do, Whenever one app gains access the other loses the connection. Is there a way to make both app communicate with the USB simultaneously,