diff options
Diffstat (limited to 'OpenPGP-Keychain-API-Demo/res/layout/crypto_provider_demo.xml')
-rw-r--r-- | OpenPGP-Keychain-API-Demo/res/layout/crypto_provider_demo.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/OpenPGP-Keychain-API-Demo/res/layout/crypto_provider_demo.xml b/OpenPGP-Keychain-API-Demo/res/layout/crypto_provider_demo.xml index 47a8b6520..0579aa643 100644 --- a/OpenPGP-Keychain-API-Demo/res/layout/crypto_provider_demo.xml +++ b/OpenPGP-Keychain-API-Demo/res/layout/crypto_provider_demo.xml @@ -78,7 +78,7 @@ android:layout_width="match_parent" android:layout_height="wrap_content" android:layout_weight="1" - android:onClick="decryptOnClick" + android:onClick="decryptAndVerifyOnClick" android:text="Decrypt" /> </LinearLayout> |