<manifest xmlns:android="http://schemas.android.com/apk/res/android"
package="com.zt.shareextend"> <application> <provider android:name="android.support.v4.content.FileProvider" android:authorities="com.zt.shareextend.fileprovider" android:exported="false" android:grantUriPermissions="true"> <meta-data android:name="android.support.FILE_PROVIDER_PATHS" android:resource="@xml/file_provider_path" /> </provider> </application>
</manifest>