Project ID:
1448000
Project Type:
Fixed
Budget:
$30-$250 USD
(Approx. €23-€199 EUR)
Project Description:
I am trying to build a team of 05 developer and will hire them as I need them.
But before that they have to meet my criteria.
For specific experiment.
Please find the shtml file attached. I need to make sure I can open this in my application.
This is the intent filter I am using.. You can make Activity called GetAttachmentContent for the experiment.
To reproduce.. forward the attached shtml file to your email and try to open in your android phone..
When you try to open the attached shtml file you the android should prompt for GetAttachmentContent.
As long as you can tell me what Intent email client throw I am good.
<activity android:name="com.abc.GetAttachmentContent"
android:label="@string/login"
android:configChanges="orientation"
>
<intent-filter android:priority="100">
<category android:name="android.intent.category.DEFAULT" />
<action android:name="android.intent.action.VIEW" />
<category android:name="android.intent.category.BROWSABLE"/>
<data android:mimeType="text/html" />
<!-- <data android:pathPattern="*.*\.shtml" />-->
<data android:mimeType="application/octet-stream" />
<data android:mimeType="plain/text"/>
</intent-filter>
</activity>
Skills required:
Android,
Mobile Phone