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
Hi @mircoc, thank you for the plugin, unfortunately I having some issues getting it to work. I'm using cordova-plugin-settings-hook@0.3.1 with cordova-android@8.0.0, I have the following specified in my config.xml:
It appears that cordova-plugin-settings-hook has replaced the original intent-filter with the element I specified, and added another afterwards! Am I specifying the parent value incorrectly or is this a bug?
The text was updated successfully, but these errors were encountered:
Hi @mircoc, thank you for the plugin, unfortunately I having some issues getting it to work. I'm using cordova-plugin-settings-hook@0.3.1 with cordova-android@8.0.0, I have the following specified in my config.xml:
Before running
cordova prepare
, the AndroidManifest.xml looks like:However, afterwards it looks like:
It appears that cordova-plugin-settings-hook has replaced the original
intent-filter
with the element I specified, and added another afterwards! Am I specifying theparent
value incorrectly or is this a bug?The text was updated successfully, but these errors were encountered: