monacaでAndroidアプリを開発していますが、、
アプリ内ブラウザからplayストアを開こうとしましたがうまくいきません。
どうやってもブラウザで立ち上がってしまいます。

 var testurl = "http://test.com/test.html"
 window.open(testurl, " _system");

--test.html--

<a href='https://play.google.com/store/apps/details?id=●●●●●●●●' target="_blank">リンク</a>

このページをChromeなど表示させて叩くと、「アプリケーションの選択」が出てきて
そこにplayストアがあり、選択すれば起動できるのですがどうすればよいでしょうか?