15 lines
601 B
XML
15 lines
601 B
XML
<manifest xmlns:android="http://schemas.android.com/apk/res/android">
|
|
|
|
<application
|
|
android:usesCleartextTraffic="true">
|
|
<provider
|
|
android:name="kr.lunaticbum.awesomewebview.helpers.FileProvider4WebView"
|
|
android:authorities="${applicationId}.awesome_web_view.file_provider"
|
|
android:exported="false"
|
|
android:grantUriPermissions="true">
|
|
<meta-data
|
|
android:name="android.support.FILE_PROVIDER_PATHS"
|
|
android:resource="@xml/provider_paths" />
|
|
</provider>
|
|
</application>
|
|
</manifest> |