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 get a contact image using a phone number in android?
What is Context?
What happens next when the device switches between portrait and landscape?
How to Use Deprecated Handler() in Android - RRutors Guide
FragmentPagerAdapter deprecated, Since API 27.1.0 FragmentPagerAdapter is deprecated.
Fix Play Store Rejection Due to SMS Permission - RRutors
Fix Behavior Subclass BottomSheetBehavior Exception - RRutors
How to start a new activity on button click
What is Intent? What is the difference between an implicit intent and an explicit intent?
How to avoid multiple button click at same time in android?
How do i load image from drawable folder in Jetpack Compose?
Invoke-customs are only supported starting with android 0 --min-api 26
INSTALL_FAILED_INVALID_APK: Split lib_slice_9_apk was defined multiple times. It is possible that th
Key Points to remember while develop the Android Application.
How do I generate random numbers in Dart?
Check List for Generate Signed APK Android
What is the Different Between val and var in Kotlin?
Fix Error: Use JsonReader.setLenient(true) for Malformed JSON
Hide/Disable soft keyboard on Activity launch: Android
What is NetworkOnMainThread Exception?
How to find Android Device UDID or unique ID?
How do I check in SQLite whether a table exists?
What is Application?
Explain Fragment Life Cycle
How to copy database from assets folder in android using kotlin
How to convert milli seconds to hours, minutes and seconds in Android?
What is Android?
Emulator: emulator: ERROR: Can't find 'Linux version ' string in kernel image file: Andr
How to get an image resource by it's name in android?
What is ANR? How to avoid and resolve it?
Extract Date and Time from Long Type Variable - RRutors
How to save activity State in Android?
What are the notifications available in android?
How can i comment inside xml file in android studio?
Open PDF in Google Drive with Intent in Android - RRutors
How to validate email address in Android with Kotlin?
How to Exit android app on back pressed?
How to install/ uninstall apk by command line ADB
How to get screen size (width,height) in Android?
What is "shared preferences" in Android ?