<intent-filter>
                <action android:name="android.intent.action.VIEW" />
                <category android:name="android.intent.category.DEFAULT" />
                <category android:name="android.intent.category.BROWSABLE" 
/>
                <data android:scheme="file" />
                <data android:mimeType="*/*" />
                <data android:host="*" />
                <data android:pathPattern=".*.map" />
                <data android:pathPattern=".*..*.map" />
                <data android:pathPattern=".*..*..*.map" />
                <data android:pathPattern=".*..*..*..*.map" />
                <data android:pathPattern=".*..*..*..*..*.map" />
                <data android:pathPattern=".*..*..*..*..*..*.map" />
                <data android:pathPattern=".*..*..*..*..*..*..*.map" />
                <data android:pathPattern=".*..*..*..*..*..*..*..*.map" />
                <data android:pathPattern=".*..*..*..*..*..*..*..*..*.map" 
/>
                <data 
android:pathPattern=".*..*..*..*..*..*..*..*..*..*.map" />
 </intent-filter>

And content scheme cannot check file extensions, for example, gmail 
attachment doesn't provide filename.

When user create application specific files, there's no existing MIME type. 
How can I handle it?

The above pattern is stupid too. Why don't android support linux style?

-- 
You received this message because you are subscribed to the Google
Groups "Android Developers" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to
[email protected]
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en
--- 
You received this message because you are subscribed to the Google Groups 
"Android Developers" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
For more options, visit https://groups.google.com/groups/opt_out.

Reply via email to