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 Mar 1, 2022. It is now read-only.
I don't know how to add intent in sendbroadcast and put extra array list of strings also adding FLAG_INCLUDE_STOPPED_PACKAGES and component to be like the below native code :
OK, so I have been making some changes to the plugin over the past week or so and have some updates on this:
flags are now possible, specify an array of integers corresponding to the flags you want (use the Android docs to see the integer values you need, for example FLAG_INCLUDE_STOPPED_PACKAGES is 32. This change is not on npm at the time of writing but is checked into github (b22421d)
You can NOT specify a StringArrayList extra and I probably will never add this as it is not possible to distinguish between a StringArrayList and a StringArray in JSON. Right now you can specify string extras and bundle extras, the latter being newly included in 0.1.1. I will change the label of this issue to 'limitation' or something similar to highlight the delta
I don't know how to add intent in sendbroadcast and put extra array list of strings also adding FLAG_INCLUDE_STOPPED_PACKAGES and component to be like the below native code :
The text was updated successfully, but these errors were encountered: