From c1607bbfb3f858d2050295c675af224bbced1fe4 Mon Sep 17 00:00:00 2001 From: Jayden Date: Wed, 6 Nov 2019 16:05:24 +1100 Subject: [PATCH] Update How-to-create-a-plug-in_.md Fix malformed link for QR code Play Store link --- docs/How-to-create-a-plug-in_.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/How-to-create-a-plug-in_.md b/docs/How-to-create-a-plug-in_.md index d7c38b49..e6b03233 100644 --- a/docs/How-to-create-a-plug-in_.md +++ b/docs/How-to-create-a-plug-in_.md @@ -54,7 +54,7 @@ Please also add a few strings in your resource files (e.g. strings.xml) with the These strings will be displayed to the user when KP2A asks if access should be granted. ## Modifying the entry view -You can add menu options for the full entry or for individual fields of the entry when displayed to the user. This is done, for example, by the QR plugin ([https://play.google.com/store/apps/details?id=keepass2android.plugin.qr](https___play.google.com_store_apps_details_id=keepass2android.plugin.qr)). +You can add menu options for the full entry or for individual fields of the entry when displayed to the user. This is done, for example, by the QR plugin ([https://play.google.com/store/apps/details?id=keepass2android.plugin.qr](https://play.google.com/store/apps/details?id=keepass2android.plugin.qr)). In addition, it is even possible to add new fields or modify existing fields. Please see the sample plugin "PluginA" in the KP2A repository for a simple example on how to do this: [https://keepass2android.codeplex.com/SourceControl/latest#src/java/PluginA/src/keepass2android/plugina/PluginAActionReceiver.java](https://keepass2android.codeplex.com/SourceControl/latest#src/java/PluginA/src/keepass2android/plugina/PluginAActionReceiver.java)