Stay organized with collections
Save and categorize content based on your preferences.
A container for settings that a user can modify to personalize the watch face.
The elements contained within UserConfigurations are used to configure the
watch face editor.
Content and code samples on this page are subject to the licenses described in the Content License. Java and OpenJDK are trademarks or registered trademarks of Oracle and/or its affiliates.
Last updated 2025-05-20 UTC.
[null,null,["Last updated 2025-05-20 UTC."],[],[],null,["# UserConfigurations\n\nWatch Face Format version Version 4 Version 3 Version 2 Version 1\n\n*** ** * ** ***\n\nA container for settings that a user can modify to personalize the watch face.\nThe elements contained within `UserConfigurations` are used to configure the\nwatch face editor.\n\nIntroduced in Wear OS 4.\n\nSyntax\n------\n\n```xml\n\u003cUserConfigurations\u003e\n \u003c!-- Only the most common inner element is shown here. --\u003e\n \u003cListConfiguration /\u003e\n ...\n\u003c/UserConfigurations\u003e\n```\n\nInner elements\n--------------\n\nThe `UserConfigurations` element must contain at least one of the following\ninner elements:\n\n- [`BooleanConfiguration`](/reference/wear-os/wff/user-configuration/boolean-configuration)\n- [`ListConfiguration`](/reference/wear-os/wff/user-configuration/list-configuration)\n- [`ColorConfiguration`](/reference/wear-os/wff/user-configuration/color-configuration)\n- [`Flavor`](/reference/wear-os/wff/user-configuration/flavor)\n- [`PhotosConfiguration`](/reference/wear-os/wff/user-configuration/photos-configuration)\n\nRecommended for you\n-------------------\n\n- Note: link text is displayed when JavaScript is off\n- [Flavor](/reference/wear-os/wff/v2/user-configuration/flavor)\n- [UserConfigurations](/reference/wear-os/wff/user-configuration/user-configurations)"]]