1

Background-Install an apk file without submit interface. What the way to do it?

chawanan
  • 61
  • 1
  • 1
  • 5
  • Could you elaborate what you mean by "background-install an apk file without submit interface"? – Aleks G Sep 28 '11 at 10:19
  • 1
    sorry , i mean to install using java code and when i use intent to install it have submit interface before install begin but i do not want show submit interface (Silent Install) I want use it in my app. thank you... – chawanan Sep 28 '11 at 10:29

1 Answers1

0

Plain simple - you can't. The closest you can get is Android Market auto-updating your apps. Non-Market apps will allways require the user to accept the permissions used by the app.

kaspermoerch
  • 16,127
  • 4
  • 44
  • 67