java - Android How to find original apk on the system partition -
using packagemanager i've got applicationinfo apps filtered applicationinfo.flag_updated_system_app. know sourcedir points me current apk location, need original system apk location. there non hack way this... or have list apks on system , find right one?
to clarify, let have /data/app/com.google.apps.maps-1/maps.apk want know update /system/app/maps/base.apk
all apk files can found in data/app folder on device, need root permission in order access system files.
Comments
Post a Comment