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.