android - New dev team, existing app, can't view data -
i've been tasked creating new version of existing app. previous development team (external contractors) have disappeared having trouble @ moment..
the existing app stores user data locally. new version of app have develop needs keep existing user data. wondering if possible app access it?
i have looked in following folders:
/data/data/theapp/databases /data/data/theapp/files
only data added app in directories. have been unable at
/data/data
please note: after installing existing app , recording data, installing app via android studio, existing app disappears. due build string both apps being same?
the client has given me task may able obtain information if there's need, point out please?
thanks lot
i wondering if possible app access it?
only if same app, defined as:
having same application id (or package name if not changing application id in gradle build files, if any)
signed same signing key
after installing existing app , recording data, installing app via android studio, existing app disappears. due build string both apps being same?
presumably. however, in case, appear meet aforementioned criteria, means have access whatever old app's data was. need read source code of old app determine storing data.
Comments
Post a Comment