What would happen if Android app is released with debuggable on?

后端 未结 5 1803
夕颜
夕颜 2020-11-30 23:48

The golden rule is to set debuggable option to off prior to releasing your Android application to the public.

What would happen if I leave (forget to turn off) this

5条回答
  •  -上瘾入骨i
    2020-12-01 00:10

    @askmo: you can use some tools in the SDK to check if an APK has the debug value. Check the following link:

    http://lulachronicles.blogspot.com/2011/04/how-to-check-if-apk-has-flag.html

    BR,

    Ignacio

提交回复
热议问题