You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on May 18, 2021. It is now read-only.
@agrieve I've tried to do a PR between my unregisterReceiverFix branch and my issue4 branch. But then the PR ends up at my repository instead of @ MobileChromeApps. See: e-Contract#1
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Via:
http://developer.android.com/reference/android/content/pm/PackageManager.html#hasSystemFeature%28java.lang.String%29
we can detected whether an Android device supports USB Host mode:
http://developer.android.com/reference/android/content/pm/PackageManager.html#FEATURE_USB_HOST
We could extend the cordova-plugin-chrome-apps-usb Cordova plugin with an API for this. For example:
The text was updated successfully, but these errors were encountered: