Can a cordova application built for android platform be installed in the data directory of a mobile device ?
i want build data sync feature in app. have access data. 1 option copy entire data data directory on installation or during first data update. increase size of application. so, there way can install app in data directory avoid unnecessary copying of data ?
every android app has different options store data defined here storage options | android developers
you can decide install app internal or external storage (such sd card) defined here app install location | android developers
/data directory or internal storage provided every app storage option type of files app might need not (and can't be) install location of app. app, once installed, immutable.
i hope helps!
More discussions in PhoneGap
adobe
Comments
Post a Comment