binarynoise
binarynoise
At least add a button to copy the command (without `adb shell` but with `su -c`) to the clipboard or make it selectable so we can paste it into our...
I forked the project (need to upload the changes, though) and implemented root. Didn't need to add a root lib, just used ``` kotlin Runtime.getRuntime().exec(arrayOf( "su", "-c", "pm grant ${BuildConfig.APPLICATION_ID}...
@franciscofranco @notpushkin Here is the code of my fork: https://github.com/franciscofranco/Demo-Mode-tile/compare/master...binarynoise:master What do you think?
The total value is not incorrect (100% per disk, just like with the CPUs), it just has weird scaling. But good to know, that you are already working on that...
Also caused by `com.google.android.play.core.internal.ac`
Please put the warning at the top of the page because to bottom won't always be shown and I only found it by accident
Ah, sorry I forgot! Here is what I initially see:  This is when I zoom out:  I'm on Firefox for Android: 98.2.0 (Build #2015868579), 2b529a583+ AC: 98.0.12, 9ad94b2a33...
> Block page template: add possibility to customize the template (set customized HTML for example) Would be cool to have an option to have the blocked URL in a text...
It's not an existing box, I envisioned something like this:  So I can select and copy the URL from there. The export/import feature works great, but won't work in...