What is the risk of setting android:debuggable="true" in a production release manifest?
-
A
The app cannot be installed on devices running Android 9+
-
B
Attackers can attach a debugger, inspect memory, and bypass security controls at runtime
-
C
Debug mode disables all network requests
-
D
The APK cannot be signed with a release keystore