rawer886
rawer886
> https://github.com/topjohnwu/Magisk/blob/6e299018a432deae49df454a9e5b5a2f9d57b9ce/native/src/zygisk/deny/utils.cpp#L287-L295 > > You can delete the process name parameter when list is not expanded. The above code provide the ability to delete all processes. But in magisk app,...
https://github.com/topjohnwu/Magisk/blob/928a16d8cc4b93bd10cd0568a9661591d623c79e/app/src/main/java/com/topjohnwu/magisk/ui/deny/AppProcessInfo.kt#L90-L95 @vvb2060 E.g: There are two records in denylist ``` com.xxx.demo|com.xxx.demo com.xxx.demo|com.xxx.demo:abc ``` The `com.xxx.demo:abc` process is deleted after Demo upgrade. When I want to remove the Demo App from...