If we are working with a development team on an Android application and we would like to design an API for another company to use that library to enhance their capabilities, I don’t see too many options for keeping our ‘secret’ code components to ourselves. Can we even obfuscate the code that we are giving them? After all, they essentially get the jar file that they can include in their project. >From what I can find from resources online, it almost sounds as though the source code cannot be kept from a user who wants to easily decompile it. Aren’t the Google API libraries kept secret somehow from users? Can’t we use those same principles to secure our own?
-- You received this message because you are subscribed to the Google Groups "Android Security Discussions" group. To post to this group, send email to android-security-discuss@googlegroups.com. To unsubscribe from this group, send email to android-security-discuss+unsubscr...@googlegroups.com. For more options, visit this group at http://groups.google.com/group/android-security-discuss?hl=en.