ixearth
ixearth
> Anyway, I'd consider going back to Ctrl/Cmd + Alt + D now that this combination is supported for WebExtensions. btw **Cmd + Alt + D** also can't be used...
I found the solution, just specific the shortcuts for macOS. ``` "commands": { "_execute_browser_action": { "suggested_key": { "default": "Ctrl+Shift+D", "mac": "MacCtrl+Shift+D" } } }, ``` > On Macs, "Ctrl" is...
> But it is not easy to put blocker into /system/priv-app/ so I did not implement it. making Magisk module is pretty simple, magisk modules are just replace files to...
making an extra selection for this feature in the controller settings is good, but it's better to have a separate version for being installed as system app. since RootTools, RootShell...
> write your app as a in-system whitelist is not recommended and dangerous No I don't think so, I think it's a good idea to use open source Apps as...
work profile are just profile created and managed by main user (or maybe deviceadmin app). its data also under `/data/user/` so, supporting this probably just means support for controlling other...