for an application to be debugged, it should have android:debuggable="true" I believe. The way I see it, remove that when you're done with development and run an obfuscation tool. Is there something i've missed?
Cheers, Earlence On Mar 16, 5:22 pm, loic <[email protected]> wrote: > On Mar 16, 3:44 pm, Earlence <[email protected]> wrote:> why would you > want to do that? > > You might want to protect some internal algorithms or APIs, for > example. > All the work that you would do using static methods (opaque predicate > for example) will be undone at runtime if you can't make debugging > hard. -- You received this message because you are subscribed to the Google Groups "Android Security Discussions" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/android-security-discuss?hl=en.
