Java had some options to obfuscate the generated byte code. Does such obfuscation exist for dalvik byte-code?
Thanks, Dan On Tue, Feb 9, 2010 at 8:23 PM, Dianne Hackborn <[email protected]> wrote: > There is no protection at all for preloaded applications. The system image > is read-only, so nobody can modify it, but essentially all files on it are > readable because that is not a security issue. I don't know where you get > "can't be pulled of" but that is not true of files on the system image. > > > On Tue, Feb 9, 2010 at 10:52 AM, Dan Hein <[email protected]> wrote: > >> How does Google protect the marketplace, gmail, maps, etc apps which come >> pre-loaded but can't be pulled off? >> >> >> On Wed, Nov 18, 2009 at 12:32 PM, AlexK <[email protected]>wrote: >> >>> Android Application Anti-Piracy Movement >>> http://www.artfulbits.com/Android/antipiracy.aspx >>> >>> Petition to Google: "Google should stop Android Market piracy threat" >>> http://www.petitionspot.com/petitions/androidpiracy >>> >>> Forum where can be discussed anti-piracy strategies: >>> http://www.artfulbits.com/Support >>> >>> Start of anti-piracy discussion is here: >>> >>> http://groups.google.com/group/android-developers/browse_thread/thread/c19f38b03cac4d11/d257d3c62ecdf455# >>> >>> Thanks, >>> I hope to see you in joining us! >>> >> >> > > > -- > Dianne Hackborn > Android framework engineer > [email protected] > > Note: please don't send private questions to me, as I don't have time to > provide private support, and so won't reply to such e-mails. All such > questions should be posted on public forums, where I and others can see and > answer them. > >
