Open
Description
Issue Type
[x] Bug
[ ] Feature Request
Priority
[ ] Minor
[x] Major
[ ] Critical
[ ] Blocker
Environment
- OS: N/A
- Browser: N/A
Description
In https://cordova.apache.org/docs/en/latest/guide/platforms/android/webview.html:
Sample code seems to use a Config
object class.
The one place where I see a Config class documented is in: https://developer.android.com/reference/android/util/Config
where I see no init
method documented.
As a general rule the document should never assume the user implicitly knows that s/he has to import a class from a package somewhere.
This looks broken to me, hoping to see an explanation and solution someday soon.
P.S. android.util.Config class looks deprecated according to https://developer.android.com/reference/android/util/Config.
Activity