net::ERR_UNKNOWN_URL_SCHEME.
That means Waze WebView is blocking direct intent:// Settings launches.
Use this page to test other WebView capabilities: file picker, downloads, target blank, and alternate schemes.
If this opens DocumentsUI / Files, the WebView allows file chooser intents.
If this opens a picker and lets you select an APK, we can test whether any install/open flow follows.
Put a real APK on the same web server later and replace test.apk.
If tapping this opens Package Installer or a download prompt, this is useful.
Usually blocked, but test whether Application Details routing is handled differently.
href package:
If all buttons give ERR_UNKNOWN_URL_SCHEME, Waze WebView has no generic intent bridge.