erisu commented on code in PR #1609:
URL: https://github.com/apache/cordova-android/pull/1609#discussion_r1178562796
##########
framework/src/org/apache/cordova/engine/SystemWebChromeClient.java:
##########
@@ -211,54 +216,137 @@ public View getVideoLoadingProgressView() {
return mVideoProgressView;
}
+ // <input type=file> support:
+ // openFileChooser() is for pre KitKat and in KitKat mr1 (it's known
broken in
+ // KitKat).
+ // For Lollipop, we use onShowFileChooser().
Review Comment:
Correction to the above information:
Since Cordova-Android 9.0 the `minSdkVersion` is set to API 22 (Android 5.1)
Lollipop MR1, not API 21.
But as mentioned above, the minimum target is being increased to API 24.
Even Lollipop MR1 will be dropped too.
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]