linkedin / dexmaker

A utility for doing compile or runtime code generation targeting Android's Dalvik VM
Apache License 2.0
1.86k stars 248 forks source link

Allow ProxyBuilder to call hidden APIs #150

Closed drewhannay closed 4 years ago

drewhannay commented 4 years ago

Consider the following scenario:

Whitelisting ProxyBuilder to be able to call hidden APIs will allow it to properly create proxies for those methods and prevent this type of crash.

drewhannay commented 4 years ago

@moltmann I'd love to get your review on this to double check that this is the right solution.

moltmann commented 4 years ago

Sounds reasonable