We're now in Android 4.4.2.
We want to replace an old app with newer version in system(it has system permission). Our plan want to launch a updater app(we can install it for sure) to replace the old one to new one and then launch the new one.
I know it would have many implementation details, but if someone kindly hint us some rough concepts about how to do it?