mirror of
https://github.com/BrendanGreenlee/openclaw-android-heartbeat.git
synced 2026-08-17 16:49:14 +00:00
Fix compile: drop deprecated WebSettings.databaseEnabled (project builds with -Werror)
This commit is contained in:
parent
b9e4ab1cba
commit
3912d2d000
1 changed files with 0 additions and 1 deletions
|
|
@ -106,7 +106,6 @@ class WebShellActivity : AppCompatActivity() {
|
|||
view.settings.apply {
|
||||
javaScriptEnabled = true
|
||||
domStorageEnabled = true
|
||||
databaseEnabled = true
|
||||
setSupportMultipleWindows(false)
|
||||
mediaPlaybackRequiresUserGesture = false
|
||||
// Proper mobile viewport: let the page's viewport meta drive layout.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue