Hide internal APIs and methods in aar

Say I have a requirement. I have to transfer my application to the client. so I created AAR and gave them to them so that they can integrate this library into their application. However, how can I make it so that I do not want to show all my methods and classes, api and manifest.xml files. Is there a way for them to be invisible to them or to be limited to some extent.

Also, if possible, they should be limited to specific classes, so they cannot redirect my superclasses. I do not want to disclose them at all.

+4
source share

Source: https://habr.com/ru/post/1617690/


All Articles