insert api app when key is selected in SelectSignKeyIdFragment as well

This commit is contained in:
Vincent Breitmoser
2018-07-18 12:37:40 +02:00
parent 54498ef4c4
commit 22f4eb3e44
6 changed files with 25 additions and 11 deletions

View File

@@ -102,7 +102,7 @@ public class DebugActionsActivity extends Activity {
});
addButtonToLayout(context, verticalLayout, "Select Signing Key (legacy)").setOnClickListener((v) -> {
PendingIntent pendingIntent = pendingIntentFactory.createSelectSignKeyIdLegacyPendingIntent(
new Intent(), BuildConfig.APPLICATION_ID, "test@openkeychain.org");
new Intent(), BuildConfig.APPLICATION_ID, getPackageSig(), "test@openkeychain.org");
startPendingIntent(pendingIntent);
});
addButtonToLayout(context, verticalLayout, "Select Signing Key").setOnClickListener((v) -> {