Changeset 308adc7 in dispositivos_moviles for TibisayMovil/src


Ignore:
Timestamp:
Sep 30, 2013, 9:48:23 AM (11 years ago)
Author:
Antonio Araujo Brett <aaraujo@…>
Branches:
master
Children:
6638d33
Parents:
9572f49
Message:

*- Corrección de error al momento de compartir un archivo BDOC luego de haber verificado sus firmas al seleccionarlo desde el navegador de archivos. Se prueba la funcionalidad de abrir un BDOC directamente al hacer click sobre el archivo desde el sistema de archivos del dispositivo.

File:
1 edited

Legend:

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

    rc95e4a6 r308adc7  
    173173                                  // verificar el archivo
    174174                                  if (data.getPath().endsWith("bdoc")){
    175                                                         // ejecutar la verificacion             
    176                                                         doBdocVerification(data.getPath());
     175                                          fileToVerify = data.getPath();
     176                                         
     177                                          // ejecutar la verificacion           
     178                                          doBdocVerification(data.getPath());
    177179                                                }else{
    178180                                                        Toast.makeText(getApplicationContext(), "¡Por Implementar!", Toast.LENGTH_SHORT).show();
Note: See TracChangeset for help on using the changeset viewer.