On Oct 5, 10:08 pm, denismo <[EMAIL PROTECTED]> wrote: > - FORWARD_LOCK_PACKAGE flag to installPackage - I don't really > understand its meaning: > "to indicate that this package should be installed as forward locked, > i.e. only the app itself should have access to it's code and non- > resource assets." - but why would anybody need it? For privacy, to > protect data? Any other reasons?
The installPackage() API is not yet available to third party developers, so this isn't really worth caring about. :) > - android.content.pm.ApplicationInfo.FLAG_SYSTEM - is there a way to > install applications with this flag? I couldn't find it in the > manifest reference. No, that's the whole point -- this is set for packages that are part of the system image. --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Android Developers" 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-developers?hl=en -~----------~----~----~----~------~----~------~--~---

