Changeset cb83cc5 in dispositivos_moviles


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

comentadas algunas salidas de depuración

Location:
TibisayMovil
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • TibisayMovil/AndroidManifest.xml

    r8379cd8 rcb83cc5  
    100100            <intent-filter>
    101101                <action android:name="android.intent.action.VIEW" />
    102 
    103                 <category android:name="android.intent.category.DEFAULT" />
    104 
    105                 <data android:scheme="file" />
    106                 <data android:mimeType="*/*" />
    107                 <data android:host="*" />
    108                 <data android:pathPattern=".*\\..*\\.bdoc" />
    109             </intent-filter>
     102                               
     103                <category android:name="android.intent.category.DEFAULT" />
     104
     105                <data android:scheme="content" />
     106                <data android:mimeType="application/*" />
     107                <data android:host="*" />
     108                <data android:pathPattern=".*\\.bdoc" />
     109            </intent-filter>
     110           
     111            <intent-filter>
     112                <action android:name="android.intent.action.VIEW" />
     113
     114                <category android:name="android.intent.category.DEFAULT" />
     115
     116                <data android:scheme="file" />
     117                <data android:mimeType="*/*" />
     118                <data android:host="*" />
     119                <data android:pathPattern=".*\\..*\\.bdoc" />
     120            </intent-filter>
     121            <intent-filter>
     122                <action android:name="android.intent.action.VIEW" />
     123                               
     124                <category android:name="android.intent.category.DEFAULT" />
     125
     126                <data android:scheme="content" />
     127                <data android:mimeType="application/*" />
     128                <data android:host="*" />
     129                <data android:pathPattern=".*\\..*\\.bdoc" />
     130            </intent-filter>
     131           
     132           
    110133            <!--
    111134            <intent-filter>
  • 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.