renamed android's index.html to android.html
This commit is contained in:
parent
732094a5ba
commit
99f6f53e40
3 changed files with 3 additions and 3 deletions
|
@ -56,7 +56,7 @@ class MainActivity : AppCompatActivity(), AdvancedWebView.Listener {
|
|||
// val stream = contentResolver.openInputStream(imageUri)
|
||||
}
|
||||
}
|
||||
mWebView!!.loadUrl("file:///android_asset/index.html")
|
||||
mWebView!!.loadUrl("file:///android_asset/android.html")
|
||||
}
|
||||
|
||||
@SuppressLint("NewApi")
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue