tree: 33fb728778b6575b39759815a3543c8aa5d20951 [path history] [tgz]
  1. accessibility/
  2. audio/
  3. display/
  4. do_not_disturb/
  5. factory_reset/
  6. input/
  7. input2/
  8. intl/
  9. keyboard/
  10. light/
  11. night_mode/
  12. privacy/
  13. setup/
  14. src/
  15. utils/
  16. volume_policy/
  17. BUILD.gn
  18. OWNERS
  19. 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.qemu-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>