When i want to load local html file into webview in my android application webview given error like "ERR_ACCESS_DENIED" . When the same code working with while target android version 29. While i was surffing i found that this issue arraises in android 30 with latest changes of android 11 on webview So we need to add some extra setting options to webview After adding these options for webview settings my files are loaded properly.
webSettings.setAllowFileAccess(true);
webSettings.setAllowContentAccess(true);
How to convert milli seconds to hours, minutes and seconds in Android?
What is Application?
FragmentPagerAdapter deprecated, Since API 27.1.0 FragmentPagerAdapter is deprecated.
What is Android?
How to Get bitmap from drawable: Android
Fix Error: Use JsonReader.setLenient(true) for Malformed JSON
Check List for Generate Signed APK Android
How to Exit android app on back pressed?
How to validate email address in Android with Kotlin?
How to copy database from assets folder in android using kotlin
How to reduce APK package size?
How to get an image resource by it's name in android?
How do I generate random numbers in Dart?
How to install/ uninstall apk by command line ADB
Fix Android Emulator Kill Error When Running Your App
Permission denied for window type 2010 in Marshmallow device
FCM Not Receiving Notifications in Android - RRutors
Open PDF in Google Drive with Intent in Android - RRutors
What is Intent? What is the difference between an implicit intent and an explicit intent?
How to get a contact image using a phone number in android?
What is "shared preferences" in Android ?
What is the difference between match_parent and fill_parent?
What is ANR in android?
How to Generate signed apk with android studio
Explain Fragment Life Cycle
Invoke-customs are only supported starting with android 0 --min-api 26
How to get screen size (width,height) in Android?
What are the notifications available in android?
Android Studio project R can't find
What is NetworkOnMainThread Exception?
Fix Play Store Rejection Due to SMS Permission - RRutors
Hide/Disable soft keyboard on Activity launch: Android
What is ANR? How to avoid and resolve it?
Set Activity to Fullscreen Mode in Android - RRutors
Symmetric vs Asymmetric Encryption in Android Server - RRutors
How do I check in SQLite whether a table exists?
How to Use Deprecated Handler() in Android - RRutors Guide
How To Set Text Color Programmatically Android TextView?
How to stop EditText focus at Activity startup in Android?
What are Android Versions available?