I have some customised classes that perform functions like,
- Custom Logging
- Development Analytics
- Extended features made available during app development
- Custom mail management, and log file for Testers
When I have to send the app to production, we have to either
- manually remove these codes, or
- logically disable the features
This causes a couple of issues,
- Security vulnerability
- Manual effort of removal and sanity check
I was wondering if proGaurd or another build tool could be used to perform the same during the APK generation.