Changeset 6b383b3 in dispositivos_moviles for TibisayMovil/AndroidManifest.xml


Ignore:
Timestamp:
Oct 15, 2013, 2:52:17 PM (11 years ago)
Author:
Antonio Araujo Brett <aaraujo@…>
Branches:
master
Children:
4528953
Parents:
56b06e2
Message:

*- Agregada actividad FileToShareActivity? para compartir archivos a través de otras aplicaciones. Se pueden compartir archivos firmados, archivos BDOC descargados de servidores y archivos extraídos de BDOC.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • TibisayMovil/AndroidManifest.xml

    r6638d33 r6b383b3  
    6363                <data android:pathPattern=".*\\..*\\.bdoc" />
    6464            </intent-filter>
    65 <!--             
     65            <!--
    6666            <intent-filter>
    6767                <action android:name="android.intent.action.VIEW" />
     
    8484                <data android:pathPattern=".*\\..*\\.bdoc" />
    8585            </intent-filter>
    86  -->
     86            -->
    8787        </activity>
    8888        <activity
     
    9797            android:name="ve.gob.cenditel.tibisaymovil.DownloaderActivity"
    9898            android:label="@string/title_activity_downloader" >
    99            
    10099            <intent-filter>
    101100                <action android:name="android.intent.action.VIEW" />
     
    118117                <data android:pathPattern=".*\\..*\\.bdoc" />
    119118            </intent-filter>
    120            
    121119            <intent-filter>
    122120                <action android:name="android.intent.action.VIEW" />
     
    139137                <data android:pathPattern=".*\\..*\\.bdoc" />
    140138            </intent-filter>
    141            
     139        </activity>
     140        <activity
     141            android:name="ve.gob.cenditel.tibisaymovil.FileToShareActivity"
     142            android:label="@string/title_activity_file_to_share" >
    142143        </activity>
    143144    </application>
Note: See TracChangeset for help on using the changeset viewer.