Changeset 9866c0f in dispositivos_moviles for TibisayMovil/AndroidManifest.xml


Ignore:
Timestamp:
Nov 13, 2013, 10:54:18 AM (11 years ago)
Author:
Jose Ruiz <joseruiz@…>
Branches:
master
Children:
73b8c70
Parents:
37c4d43 (diff), 4c4873f (diff)
Note: this is a merge changeset, the changes displayed below correspond to the merge itself.
Use the (diff) links above to see all the changes relative to each parent.
Message:

nada

File:
1 edited

Legend:

Unmodified
Added
Removed
  • TibisayMovil/AndroidManifest.xml

    re68708b r4c4873f  
    221221            android:name="ve.gob.cenditel.tibisaymovil.PDFVerifyResultActivity"
    222222            android:label="@string/title_activity_pdfverify_result" >
     223            <intent-filter>
     224                <action android:name="android.intent.action.VIEW" />
     225
     226                <category android:name="android.intent.category.DEFAULT" />
     227
     228                <data android:scheme="file" />
     229                <data android:mimeType="*/*" />
     230                <data android:host="*" />
     231                <data android:pathPattern=".*\\.pdf" />
     232            </intent-filter>
     233           
    223234        </activity>
    224235    </application>
Note: See TracChangeset for help on using the changeset viewer.