My app downloads an .apk and installs it using an activity like this: Android: install .apk programmatically
However, it causes a dialog to appear and requires user action. So my question is:
Is there a way to programatically without requiring user interaction?
Based on the comments I have to provide additional information:
- Yes, there are security implications. I just want to know if it is possible.
- Actually, I do own their phone.