Skip to content
This repository has been archived by the owner on Dec 23, 2019. It is now read-only.

Vola-Studio/Open-in-browser

Repository files navigation

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

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages