Hello,
I want to try to include some change on vendor/build.prop in my magisk module, is that possible to do that? :confused:
If i try to put string on system.prop (resetprop), it'll write at build.prop not vendor/build.prop, how can i write into that file with magisk module?
Thank you...