I want to update an apk file already installed in the device programmatically to a new version from a url. Is there any way to do this other than installing the file again using application/vnd.android.package-archive (Since I’d prefer to do this silently without user actions)
Share
Not unless you have system privileges. If that were possible, any app would be able to install anything on your device (including malware).