I'm developing Kiosk Mode app, that should automatically update another app.
The first app is system (pre-installed to /system/app). The second one should not be system app.
I want to update the second app from the first (first downloads the second from server) silently. There is no SuperUser on the device (but first app is system).
What is the correct way to do this?