Fix manager and modules tripping DCL protection on GrapheneOS#711
Fix manager and modules tripping DCL protection on GrapheneOS#711Enovale wants to merge 2 commits intoJingMatrix:masterfrom
Conversation
|
I don't think it is really needed to add variable It is better that you put your code of hook in a separated class intead of inside [ParasiticManagerHooker.kt], where you could probably pre-define a set of packages where the DCL hook should be applied. |
We should be able to know it's graphene simply by the class existing. Trying to "prove" it's grapheneos seems needlessly strict otherwise.
Adding more things to the list is not the issue, the issue is getting the list of currently enabled scopes from the config cache. I've tried adding a method to the daemon bridge to request all scopes, and it typically works, but it's randomly blank sometimes and the patch doesn't work overall. Not sure why. |
Things of note: