From 217a18186673e478067fb0ab41e74f59d2feea8e Mon Sep 17 00:00:00 2001 From: MM2-0 <15646950+MM2-0@users.noreply.github.com> Date: Wed, 21 Feb 2024 12:15:44 +0100 Subject: [PATCH] Create settings.md --- docs/docs/developer-guide/plugins/settings.md | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) create mode 100644 docs/docs/developer-guide/plugins/settings.md diff --git a/docs/docs/developer-guide/plugins/settings.md b/docs/docs/developer-guide/plugins/settings.md new file mode 100644 index 00000000..75353afa --- /dev/null +++ b/docs/docs/developer-guide/plugins/settings.md @@ -0,0 +1,17 @@ +# Plugin Settings + +To add a plugin settings activity, create an activity with the following intent filter: + +```xml + + + + + + + +``` + +Users can launch this activity by pressing the settings on the plugin settings screen.