Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- <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="http" android:host="*" android:mimeType="*/*"
- android:pathPattern=".*\\.(stl|off|ply|ctm|obj)" />
- <data android:scheme="https" android:host="*" android:mimeType="*/*"
- android:pathPattern=".*\\.(stl|off|ply|ctm|obj)" />
- <data android:scheme="content" android:host="*" android:mimeType="*/*"
- android:pathPattern=".*\\.(stl|off|ply|ctm|obj)" />
- <data android:scheme="file" android:host="*" android:mimeType="*/*"
- android:pathPattern=".*\\.(stl|off|ply|ctm|obj)" />
- </intent-filter>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement