80,472
社区成员




<application>
... ...
<provider
android:name="android.support.v4.content.FileProvider"
android:authorities="com.example.examplemodule.provider"
android:exported="false"
android:grantUriPermissions="true">
<meta-data
android:name="android.support.FILE_PROVIDER_PATHS"
android:resource="@xml/filepath"/>
</provider>
... ...
</application>