Open in browser

This project is dead since in Android 10 there is no background access to the clipboard for non-IME apps.

Listen to your clipboard. Open it in browser.

In incognito mode, or in managed profile.

Requirements

  • Android version: Only Android 9 (API level 28)
  • Permission android.permission.INTERACT_ACROSS_USERS if you want to open in managed profile

Screenshot

image

image

Install

Download it as app-debug.apk

adb install -r ./app-debug.apk

adb shell am start xyz.vola.openinbrowser/.DialogContainer

Wonder why? Click here

If you use managed profile

adb shell am start --user 10 xyz.vola.openinbrowser/.DialogContainer

adb shell pm grant xyz.vola.openinbrowser android.permission.INTERACT_ACROSS_USERS

Wonder why? Click here

Supported browser