diff options
Diffstat (limited to 'org_apg_integration_demo')
-rw-r--r-- | org_apg_integration_demo/src/org/thialfihar/android/apg/demo/IntentDemoActivity.java | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/org_apg_integration_demo/src/org/thialfihar/android/apg/demo/IntentDemoActivity.java b/org_apg_integration_demo/src/org/thialfihar/android/apg/demo/IntentDemoActivity.java index 5af9e88e9..24aebb138 100644 --- a/org_apg_integration_demo/src/org/thialfihar/android/apg/demo/IntentDemoActivity.java +++ b/org_apg_integration_demo/src/org/thialfihar/android/apg/demo/IntentDemoActivity.java @@ -56,7 +56,7 @@ public class IntentDemoActivity extends Activity { public void intentDemoCreateNewKeyOnClick(View view) { // mApgIntentHelper.createNewKey(); - mApgIntentHelper.createNewKey("test <+491716581452@cryptocall.org>", true, true); + mApgIntentHelper.createNewKey("test <+491711111111@cryptocall.org>", true, true); } public void intentDemoSelectSecretKeyOnClick(View view) { |