tree: b18a2d5fb9cebe552401d613164951a765eb1cbc [path history] [tgz]
  1. accessibility/
  2. audio/
  3. display/
  4. do_not_disturb/
  5. factory_reset/
  6. input/
  7. intl/
  8. keyboard/
  9. light/
  10. night_mode/
  11. privacy/
  12. setup/
  13. src/
  14. utils/
  15. BUILD.gn
  16. METADATA.textproto
  17. OWNERS
  18. README.md
src/developer/ffx/plugins/setui/README.md

FFX Plugin for Settings (SetUI)

This is an experimental plugin to modify and query settings. To use it, please opt in by running ffx config set setui true.

Development

  • Create a new folder for a new settings as a subcommand of setui. (Similar to setui/privacy)
  • Set build, for example:
fx set core.x64 --auto-dir --with src/developer/ffx:tests
  • Build plugins:
fx build ffx
  • Run unit tests:
fx test <new ffx_plugin target name>_test
  • Run plugin:
fx ffx setui <new subcommand name>