WeiJu icon indicating copy to clipboard operation
WeiJu copied to clipboard

Per app build.prop

Open duramato opened this issue 3 years ago • 1 comments

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.

duramato avatar Nov 13 '21 15:11 duramato

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

ikws4 avatar Nov 13 '21 23:11 ikws4