AndroidDeveloperLB
AndroidDeveloperLB
Tested on 2 PCs on different cities. Still same issue.
Also doesn't work. See attached project. [richeditor-android.zip](https://github.com/wasabeef/richeditor-android/files/1755886/richeditor-android.zip)
@nuoxiang The gradle version is fine. It will occur on the stable version too: classpath 'com.android.tools.build:gradle:3.0.1' Please update the project to work at least with the stable version of gradle,...
@nuoxiang That may be, but still it ruins the entire build for anyone who wish to try this sample.
@CnPeng I hate the cases that I need to modify the project to make it build fine. Versions of components is one thing, but messing around with random text in...
Yes. But I'm talking about the sample.
Wait, it's now possible to use ScrCpy to enable mirroring even protected screens (on rooted devices) ? Is it under development?
@digitalcircuit What's "CAPTURE_BLACKOUT_CONTENT" ? I don't see it on the docs: https://developer.android.com/reference/android/Manifest.permission I wonder if a screenshot app could get this permission (via root). Anyway, I would love to have...
@digitalcircuit According to CommonsWare, it shouldn't allow you to grant it, sadly: https://stackoverflow.com/questions/29185717/is-there-any-way-to-get-permission-with-protection-level-signature-in-android#comment46586830_29185717 But you can try. Edit some open sourced screenshot app, add the permission, grant it via adb,...
@MlgmXyysd You'd have to talk with every application that uses this API to block screenshots/screen-capture... And it's not guaranteed they will do anything about what you write them. Not practical....