amoledwatchfaces
10/20/2024, 12:54 PMyschimke
10/20/2024, 1:45 PM<meta-data
android:name="com.google.android.clockwork.tiles.MULTI_INSTANCES_SUPPORTED"
android:value="true" /> <!-- This is supported starting from Wear OS 3 -->
amoledwatchfaces
10/20/2024, 2:34 PMyschimke
10/20/2024, 4:37 PMyschimke
10/20/2024, 4:37 PMyschimke
10/20/2024, 4:37 PMamoledwatchfaces
10/20/2024, 4:39 PMamoledwatchfaces
10/24/2024, 12:48 PMKEY_WATER_INTAKE = AppDataKey<DynamicInt32>("water_intake")
Then in DynamicComplicationText DynamicBuilders.DynamicInt32().from(KEY_WATER_INTAKE)
If possible, then how to update key with newer values and pass state to complication?
State.Builder does not seem to help, or DynamicComplicationText is not able to take values from own AppDataKey. My complication always uses DynamicInvalidationFallback as if data source was not available (key)
Any thoughts?yschimke
10/25/2024, 9:44 PMamoledwatchfaces
12/07/2024, 1:32 PM<!-- Tile Multi Instances Support - this is supported starting from Wear OS 3 -->
<meta-data
android:name="com.google.android.clockwork.tiles.MULTI_INSTANCES_SUPPORTED"
android:value="true" />
<meta-data
android:name="com.google.android.clockwork.tiles.PROVIDER_CONFIG_ACTION"
android:value="ConfigFavoriteAppsTile" />
I hope this will be later published API as it's very helpful.yschimke
12/07/2024, 1:34 PM