I change the playercorefactory like OP post, but wrapper it's always default player...
I open a stream, and wrapper it's default, i can press menu bottom and select play with... to select kodiplayer 
I have Android N with last firm 2.0.4 and kodi 17.3.
I have change file playercorefactory.xml like the OP but don't work correctly... when i open a stream wrapper it's default player.
After change playercorefactory.xml, i turn off my pc, and go to Q5 and check what player is default in stream.
Todays i open the playercorefactory and shows like this:
<playercorefactory>
<players>
<player name="Wrapper" type="ExternalPlayer" audio="false" video="true">
<filename>com.himedia.xbmcwrapper</filename>
<hidexbmc>true</hidexbmc>
<playcountminimumtime>120</playcountminimumtime>
</player>
</players>
<rules action="prepend">
<!--Video Rules-->
<rule video="true" player="Wrapper" >
<rule name="dvd|dvdimage|dvdfile" player="Wrapper" >
<rule video="true" videoresolution="480" player="VideoPlayer" />
<rule video="true" videoresolution="576" player="VideoPlayer" />
</rule>
<rule filetypes="iso|ifo|vob" player="Wrapper" >
<rule video="true" videoresolution="480" player="VideoPlayer" />
<rule video="true" videoresolution="576" player="VideoPlayer" />
</rule>
</rule>
<!--Audio Rules-->
<rule audio="true" player="PAplayer" />
<!--Stream Rules-->
<rule internetstream="true" player="VideoPlayer" />
<rule protocols="http|https|rtmp|sop|pvr" player="VideoPlayer" />
<rule protocols="pvr" player="VideoPlayer" />
</rules>
</playercorefactory>r"/> <!--all audio to kodi internal music player-->
<!--specific codecs rules-->
<rule video="true" audiocodec="truehd|true-hd|dtshd|dts-hd|dts" player="Wrapper"/>
<rule filename=".*.3D.*|.*.3D.iso|3D.*" player="Wrapper"/>
<rule filetypes="iso|bdmv|mpls|m2ts" player="Wrapper"/>
<rule video="true" player="Wrapper"/>
</rules>
</playercorefactory>
There are new rules that no are in the code in OP, i don't know why or if this new rules are the culprit...
How can i change this playercorefactory to the OP one and don't chage it?