This repository was archived by the owner on Dec 23, 2019. It is now read-only.
File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1+ # Open in browser
2+
3+ Listen to your clipboard. Open it in browser.
4+
5+ In incognito mode, or in managed profile.
6+
7+ ## Requirements
8+
9+ - Android version: At least ** Android 9** (API level 28)
10+ - Permission _ android.permission.INTERACT_ACROSS_USERS_ if you want to open in managed profile
11+
12+ ## Screenshot
13+
14+ ![ image] ( ./screenshots/notification.jpg )
15+
16+ ![ image] ( ./screenshots/dialog.jpg )
17+
18+ ## Install
19+
20+ Download it as [ app-debug.apk] ( https://github.com/Vola-Studio/Open-in-browser/releases )
21+
22+ > adb install -r ./app-debug.apk
23+ >
24+ > adb shell am start xyz.vola.openinbrowser/.DialogContainer
25+
26+ [ Wonder why? Click here] ( https://developer.android.com/about/versions/pie/power#buckets )
27+
28+ ### If you use managede profile
29+
30+ > adb shell am start --user 10 xyz.vola.openinbrowser/.DialogContainer
31+ >
32+ > adb shell pm grant xyz.vola.openinbrowser android.permission.INTERACT_ACROSS_USERS
33+
34+ [ Wonder why? Click here] ( https://source.android.com/devices/tech/admin/multiuser-apps )
35+
36+ ## Supported browser
37+
38+ - Browsers that supports Custom Tabs (Chrome, Firefox, etc...)
39+ - [ Duckduckgo] ( https://play.google.com/store/apps/details?id=com.duckduckgo.mobile.android )
40+ - [ Firefox focus] ( https://play.google.com/store/apps/details?id=org.mozilla.focus )
You can’t perform that action at this time.
0 commit comments