Re: Flex mobile app - Read other native application storage data

2016-10-17 Thread Prabhu Moorthy
Solution: Finally we used SQLLite database in native application. Flex app able to read data from native application SQLLite database. Note: To access data from native application, both the app should be signed with same certificate and same shareduserid in AndroidManifest.xml file and flex

Re: Flex mobile app - Read other native application storage data

2016-09-26 Thread Clint M
yes... if you know the file system path to the saved data for the other applications you can access it. On Sun, Sep 25, 2016 at 11:43 PM, Prabhu Moorthy < prabu.moor...@symphonysummit.com> wrote: > Hi, > > Is there anyway to read other native applications saved data(like Username, > Email id)