started working on dialogs

This commit is contained in:
Dominik
2012-04-20 12:12:07 +02:00
parent e95ec50b46
commit 784c3156df
10 changed files with 649 additions and 169 deletions

View File

@@ -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) {