WeiJu
WeiJu copied to clipboard
Per app build.prop
Would it be possible to have per app build.prop? Currently it is limited to some selected variables, but I'd like to have it spoof the whole build.prop per app.
Not all build.prob are support, due to it can not directly hook the build.prob file, so the are only few options you can toggle.
But if you want more, you can check Android Build
class, see if there have something you want.
About how to add custom static variable hook, please see https://github.com/ikws4/WeiJu/blob/master/app/src/main/java/io/ikws4/weiju/xposed/VariableHook.kt#L37