complications
complications copied to clipboard
Applying lessons learn on your own watchface.
I was following the tutorial really well and completed it successfully. But when I attempt to apply it to my watch face that I am developing I can not seem to get passed part 3. The gear icon does not seem to want to appear. Is there any way to show what part of part 3, or the whole tutorial which part of the code has to be referencing your own directories or code.
Bottom code does not work.
<!-- TODO: Step 3, addConfigActivity -->
<activity
android:name=".ComplicationConfigActivity"
android:label="@string/app_name"
android:exported="true">
<intent-filter>
<action android:name="com.example.android.wearable.watchface.CONFIG_COMPLICATION"/>
<category android:name="com.google.android.wearable.watchface.category.WEARABLE_CONFIGURATION"/>
<category android:name="android.intent.category.DEFAULT"/>
</intent-filter>
</activity>
</application>