Hi, I'm developing my application in Android emulator. In file AndroidManifest.xml, when I declare uses-permission for INTERNET and BATTERY_STATS it works without problems. However when I try to use INSTALL_PACKAGES or BIND_APPWIDGET it does not work. These permissions don't even appear on package installer UI.
According to thread http://www.mail-archive.com/[email protected]/msg11514.html INSTALL_PACKAGES belong to System Privileges. My question is how can my application get system privileges when working on emulator? Thanks, Asad --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Android Beginners" 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-beginners?hl=en -~----------~----~----~----~------~----~------~--~---

