private void launchPendingIntent(CryptoResultAnnotation cryptoResultAnnotation) {
try {
PendingIntent pendingIntent = cryptoResultAnnotation.getOpenPgpPendingIntent();
if (pendingIntent != null) {
messageSecurityMvpView.startPendingIntentForCryptoPresenter(
pendingIntent.getIntentSender(), REQUEST_CODE_UNKNOWN_KEY, null, 0, 0, 0);
}
} catch (IntentSender.SendIntentException e) {
Timber.e(e, "SendIntentException");
}
}
MessageSecurityPresenter.java 文件源码
java
阅读 34
收藏 0
点赞 0
评论 0
项目:q-mail
作者:
评论列表
文章目录