- WebView 加载 factory ERP(h5x)网页,原生 zxing 扫码回传 onScanResult - 修复权限被拒后白屏:页面加载不再依赖摄像头权限,扫码时按需申请 - URL 抽到 BuildConfig.WEB_URL(build.gradle.kts),换环境免改代码 - 安全收口:setWebContentsDebuggingEnabled 仅 debug;onPermissionRequest 只在持有摄像头权限时授予,不再无条件 grant 全部 - 沉浸式全屏抽成 hideSystemBars() 复用;补 WebView 生命周期 onPause/onResume/onDestroy 与返回键网页内后退 - 删除未用的 activity_main.xml 布局 Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com> |
||
|---|---|---|
| .idea | ||
| app | ||
| gradle | ||
| .gitignore | ||
| build.gradle.kts | ||
| gradle.properties | ||
| gradlew | ||
| gradlew.bat | ||
| settings.gradle.kts | ||