Background-Install an apk file without submit interface. What the way to do it?
Asked
Active
Viewed 945 times
1
-
Could you elaborate what you mean by "background-install an apk file without submit interface"? – Aleks G Sep 28 '11 at 10:19
-
1sorry , 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 Answers
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