Darryn
Darryn
The way NetworkStats buckets are processed is slightly wrong, I think you should be saying ` while (networkStatsWifi.hasNextBucket()) {` ` networkStatsWifi.getNextBucket(bucket);` ` rxBytesWifi += bucket.getRxBytes();}` but in all cases you...
Hi, please take a look at the example for StartActivityForResult, https://github.com/darryncampbell/plugin-intent-api-exerciser/blob/master/www/js/index.js#L162. You might also want to look at how to configure to send an explicit Intent to a specific package,...
Hi @iglombardo , I use https://github.com/darryncampbell/plugin-intent-api-exerciser to test this plugin and that app appears to work well on my Pixel phone running A12. What is it that does not work...
You might want to debug into the native code to see what exactly is causing the error: https://github.com/darryncampbell/darryncampbell-cordova-plugin-intent/blob/master/src/android/IntentShim.java#L77. I have an example showing how to send an image in the...
Great! thanks for replying back. Are you able to use https://cordova.apache.org/docs/en/latest/plugin_ref/spec.html#edit-config to make this update?
It should work, though I do not have a device to test it with.
Hi, are you able to debug your code and determine if / why https://github.com/darryncampbell/darryncampbell-cordova-plugin-intent/blob/master/src/android/IntentShim.java#L642 is being invoked multiple times? That onIntent() method should just map to https://developer.android.com/reference/android/app/Activity#onNewIntent(android.content.Intent) but I see...
@KoenLav are there reproducible reproduction steps?
Hi, I can't speak for the camera plugin but I do have a note in the readme from years ago that states "If you are installing this plugin along with...
Hi, The Android serial number API was changed by Google in A10 to prevent unprivileged apps from accessing the serial number. Zebra devices do expose the SN through a different...