Implementation
Security
The attribute android:debuggable in the AndroidManifest.xml is set at development time to debug the app. But it is left in release time. This is a severe security issue.
Security
Remove the android:debuggable attribute or set it to false explicitly.