XuqmGroup-AndroidSDK/sdk-webview/src/main
XuqmGroup 265994042e fix(sdk-webview): reject file picker result when MIME type doesn't match accepted types
Some devices show .doc files in the picker even when only .docx was
requested (accept=".docx"). Passing the .doc URI to the WebView renderer
could cause a native crash. Now we check the actual MIME type of the
selected file against the accepted list and cancel the upload if it does
not match, preventing the renderer from receiving an unexpected file type.

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
2026-06-23 11:27:21 +08:00
..
java/com/xuqm/sdk/webview fix(sdk-webview): reject file picker result when MIME type doesn't match accepted types 2026-06-23 11:27:21 +08:00
AndroidManifest.xml feat(webview): 添加独立的WebView活动支持 2026-05-11 18:12:59 +08:00