We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 13fcb16 commit e726810Copy full SHA for e726810
Android/Activities.md
@@ -79,3 +79,6 @@ Another way of checking is that see if
79
- `settings.setJavaScriptEnabled(true);`
80
- DOM setting is enabled or not, it would look similar to line as javascriptEnabled.
81
- Also check for `webSettings().setAllowFileAccess(true);` if it's false then you won't be able to read the files.
82
+
83
84
+* Always look for permissions
0 commit comments