I have a .apk file of my application created using phonegap. I want to know how to prevent my code being seen by anyone who gets my apk so that a person can use it but not be able to see the code. Due to client specific requirements It is not distributed via website or playstore etc. But since the app is in phonegap 99% of the code is in html and js which I can see just by opening the apk file.
Is there any method which allows me to prevent code viewing even if i distribute my apk as it is say for example via pendrive ?
Thanks