I would like to know how to alter the code in a watch face to open Pandora instead of music. I believe I have found the code I need to alter in clock_skin.xml:
<drawable>
<arraytype>100</arraytype>
<centerX>-105</centerX>
<centerY>-99</centerY>
<range>40</range>
<cls>com.android.music.MusicBrowserActivity</cls>
<pkg>com.android.music</pkg>
</drawable>
I tried replacing com.android.music with com.pandora.android in both “cls” and “pkg” lines but no tap action occurs. I’m thinking I also needed a specific command like MusicBrowserActivity. Ultimately, I would like to know the general formula to customize for a tap action to point to any program.
Thanks in advance for any help anyone can offer