hello, need help. I’m developing a companion watch application through the SAP. it’s working well with the provider name HelloAccessoryProvider as in all the examples I saw. But I need to change that HelloAccessoryProvider name. So I did the changes to these files.
hello, I solved it. anyways, I don’t have a clear idea what happened there. I tried a lot more time to solve this. I tried different ways of changing
res/xml/accessoryservices.xml
file on both the Android and my watch app side. finally, it worked but I don’t know what should be the correct thing have to do. I didn’t do too many name changes in naming parts. I used the original name and add my app name prefix. for example on my Android app side,
<application name="GumAccessoryProvider" >
when I use GumProvider, it didn’t work. but when I use GumAccessoryProvider, it worked. the original text is HelloAccessorryProvider and I just replaced Hello part and it worked.