据我所知,模式应该匹配:
AndroidManifest.xml示例:
<intent-filter>
<action android:name="android.intent.action.VIEW" />
<action android:name="android.intent.action.EDIT" />
<category android:name="android.intent.category.DEFAULT" />
<category android:name="android.intent.category.BROWSABLE" />
<data android:mimeType="*/*" android:host="*" android:pathPattern=".*\\.php" android:scheme="file" />
</intent-filter>
传入意图数据: