Changeset cb83cc5 in dispositivos_moviles for TibisayMovil/src/ve/gob/cenditel


Ignore:
Timestamp:
Nov 21, 2013, 8:11:49 AM (11 years ago)
Author:
Antonio Araujo Brett <aaraujo@…>
Branches:
master
Children:
58c7f6a
Parents:
8379cd8
Message:

comentadas algunas salidas de depuración

File:
1 edited

Legend:

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

    r8379cd8 rcb83cc5  
    106106                ArrayList<String> list = new ArrayList<String>();
    107107                Field[] fields = R.raw.class.getFields();
    108                
     108                /*
    109109                for (int l=0; l < fields.length; l++) {
    110110                        try {
     
    118118                        }
    119119                }
    120                
     120                */
    121121                /*
    122122                for(Field f : fields)
Note: See TracChangeset for help on using the changeset viewer.