I was following. https://developer.android.com/codelabs/complications#2
But when I attempt to apply it to the example watch face that android studio gives I can not seem to get passed part 3. The gear icon under the watch face when you can change complication does not seem to want to appear. I think it it might be related to the XML file and this line of code
<action android:name="com.example.android.wearable.watchface.CONFIG_COMPLICATION"/>
I have tried changing com.example.android.wearable.watchface to many different combination
related to my app nothing have been successful.
this is my Repo https://github.com/Rob3k3/tryingcomplication
ANY HELP WILL BE MUCH APPRECIATED!