|
|
|
@ -39,16 +39,16 @@ |
|
|
|
android:screenOrientation="portrait" |
|
|
|
android:screenOrientation="portrait" |
|
|
|
android:launchMode="singleTop"> |
|
|
|
android:launchMode="singleTop"> |
|
|
|
|
|
|
|
|
|
|
|
<intent-filter tools:ignore="AppLinkUrlError"> |
|
|
|
<!--<intent-filter tools:ignore="AppLinkUrlError">--> |
|
|
|
<action android:name="android.intent.action.VIEW" /> |
|
|
|
<!--<action android:name="android.intent.action.VIEW" />--> |
|
|
|
<category android:name="android.intent.category.DEFAULT" /> |
|
|
|
<!--<category android:name="android.intent.category.DEFAULT" />--> |
|
|
|
|
|
|
|
|
|
|
|
<data android:scheme="file" /> |
|
|
|
<!--<data android:scheme="file" />--> |
|
|
|
<data android:scheme="content" /> |
|
|
|
<!--<data android:scheme="content" />--> |
|
|
|
<data android:mimeType="text/comma-separated-values" /> |
|
|
|
<!--<data android:mimeType="text/comma-separated-values" />--> |
|
|
|
<data android:mimeType="text/csv" /> |
|
|
|
<!--<data android:mimeType="text/csv" />--> |
|
|
|
|
|
|
|
|
|
|
|
</intent-filter> |
|
|
|
<!--</intent-filter>--> |
|
|
|
|
|
|
|
|
|
|
|
</activity> |
|
|
|
</activity> |
|
|
|
|
|
|
|
|
|
|
|
|