How to open Bose Sound Touch app from my app.
Currently, I'm developing an Android app that integrates with Bose.
There is a requirement that:
When clicking on an "Open an app" link inside my app, it will launch Bose Sound Touch app directly.
My question is :
- Does Bose Sound Touch app on Android provide the deep link so that we can work with?
Best regards,
0
Comments
Hi vu.le,
Yes, this is possible! You can do so by following the instructions here: https://stackoverflow.com/questions/3872063/launch-an-application-from-another-application-on-android
and use "com.bose.soundtouch" instead of "com.package.address"
Let us know if you have any troubles.