Ignore:
Timestamp:
Oct 22, 2013, 3:38:40 PM (11 years ago)
Author:
Jose Ruiz <joseruiz@…>
Branches:
master
Children:
f907928
Parents:
95d372e
Message:

Manejo de repositorio de certificados y firma con pkcs7

File:
1 edited

Legend:

Unmodified
Added
Removed
  • TibisayMovil/src/ve/gob/cenditel/tibisaymovil/FileToSignHandwrittenSignatureActivity.java

    ra8bb2bb r288126d  
    430430                                break;
    431431                        case 1: // Buscar en archivos
     432                                Intent intent1 = new Intent(FileToSignHandwrittenSignatureActivity.this, SelectImgHandwrittenSignatureActivity.class);
     433                    intent1.putExtra("FILE_TO_SIGN", FileToSignHandwrittenSignatureActivity.this.selected.getAbsolutePath());
     434                    startActivity(intent1);
    432435                               
    433436                                break;
Note: See TracChangeset for help on using the changeset viewer.