At now we have to use two links: One for the application **https://play.google.com/store/apps/details?id=hashengineering.darkcoin.wallet&launch=true** Second for accepting payment **dash:Xgzpd6doencq7ihrz9nvDrYEUaRTfDKm2Q?amount=1** It would be very cool to post a link to download and accept payment in one QR **https://play.google.com/store/apps/details?id=hashengineering.darkcoin.wallet&launch=true&pay=Xgzpd6doencq7ihrz9nvDrYEUaRTfDKm2Q&amount=1**  If I'm not mistaken, this is done somehow through **android:sspPrefix** or **android:sspPattern** ``` <data android:scheme="https" android:host="play.google.com" android:sspPrefix="/store/apps/details?id=hashengineering.darkcoin.wallet" /> ```
At now we have to use two links:
One for the application
https://play.google.com/store/apps/details?id=hashengineering.darkcoin.wallet&launch=true
Second for accepting payment
dash:Xgzpd6doencq7ihrz9nvDrYEUaRTfDKm2Q?amount=1
It would be very cool to post a link to download and accept payment in one QR

https://play.google.com/store/apps/details?id=hashengineering.darkcoin.wallet&launch=true&pay=Xgzpd6doencq7ihrz9nvDrYEUaRTfDKm2Q&amount=1
If I'm not mistaken, this is done somehow through android:sspPrefix or android:sspPattern