michaelskyf / OpenFaker

Free as in Freedom Android Faker
GNU General Public License v3.0
2 stars 1 forks source link

Allow selection of specfic packages for the FakerModule to hook into #2

Closed michaelskyf closed 1 year ago

michaelskyf commented 1 year ago

This value in the MethodHookHolder should be a nullable String. If the string is null, the module applies to all packages and if it isn't null it applies only to packages listed in the json

michaelskyf commented 1 year ago

Done. ( HookData.whichPackages )