2024-11-11 18:12:06 +09:00
|
|
|
<manifest xmlns:android="http://schemas.android.com/apk/res/android">
|
|
|
|
|
|
2024-11-27 17:04:51 +09:00
|
|
|
<application
|
|
|
|
|
android:usesCleartextTraffic="true">
|
2024-11-11 18:12:06 +09:00
|
|
|
<provider
|
2024-11-12 14:25:30 +09:00
|
|
|
android:name="kr.lunaticbum.awesomewebview.helpers.FileProvider4WebView"
|
2024-11-11 18:12:06 +09:00
|
|
|
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>
|