Is it possible to update android apk files saved on sdcard but are not installed. any application or any method if it is possible.
Edit
I just want upgrade the version of these files because in playstore only installed files can be upgraded.
Is it possible to update android apk files saved on sdcard but are not installed. any application or any method if it is possible.
Edit
I just want upgrade the version of these files because in playstore only installed files can be upgraded.
An .apk
file already contains a certain version of an application. You can't update it since updating already means installation of a higher version .apk
.