I don't believe this is possible. My understanding is that the silent install capability is a property of the Android Market application; specifically it has the INSTALL_PACKAGES permission that is checked for by the class com.android.packageinstaller.PackageInstallerActivity.
Nothing you do to the app being installed will stop the user prompts, it depends only on how the install is invoked (i.e. Android Market vs. launching the .apk file). On Nov 1, 6:34 pm, Stephen <[email protected]> wrote: > Is there a way to have internal enterprise apps that are stored on the > company EXTRANET that is accessible by the device to download and > install several apps via a silent download and install? > > I have built the download and install utility app but when I try to > run on a device the security settings dialog is presented and > employees are able to change these settings. > > Is there a way to sign the utility app with a trusted source key so > that the OS trusts the lower lever access to the install APIs, so that > the install can is silent to the employees, with no iteraction > required? -- 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.
