OpenLauncherTeam / openlauncher

Customizable and Open Source Launcher for Android
Apache License 2.0
1.41k stars 413 forks source link

load url in accessibility chrome #664

Open residentDmc opened 2 years ago

residentDmc commented 2 years ago

I tested the URL loading in the browser on Android 11 a71 phone, it was correct But the simulator does not work

I coded this

Bundle arguments = new Bundle(); if (Build.VERSION.SDK_INT >= Build.VERSION_CODES.LOLLIPOP) { arguments.putCharSequence(AccessibilityNodeInfo .ACTION_ARGUMENT_SET_TEXT_CHARSEQUENCE, result); source.performAction(AccessibilityNodeInfo.ACTION_SET_TEXT, arguments); source.performAction(AccessibilityNodeInfo.FOCUS_INPUT,arguments);