You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@flex.apache.org by Prabhu Moorthy <Pr...@symphonysummit.com> on 2016/09/26 06:43:02 UTC

Flex mobile app - Read other native application storage data

Hi,

Is there anyway to read other native applications saved data(like Username,
Email id) from Flex mobile app?

Thanks & Regards,
M.Prabhu



-----
Thanks & Regards,
M.Prabhu
--
View this message in context: http://apache-flex-users.2333346.n4.nabble.com/Flex-mobile-app-Read-other-native-application-storage-data-tp13633.html
Sent from the Apache Flex Users mailing list archive at Nabble.com.

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

Posted by Prabhu Moorthy <Pr...@symphonysummit.com>.
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
application xml file.

<manifest  package="com.example.packagename"
    android:sharedUserId="com.uniqueID" >




-----
Thanks & Regards,
M.Prabhu
--
View this message in context: http://apache-flex-users.2333346.n4.nabble.com/Flex-mobile-app-Read-other-native-application-storage-data-tp13633p13831.html
Sent from the Apache Flex Users mailing list archive at Nabble.com.

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

Posted by Clint M <cm...@gmail.com>.
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.Moorthy@symphonysummit.com> wrote:

> Hi,
>
> Is there anyway to read other native applications saved data(like Username,
> Email id) from Flex mobile app?
>
> Thanks & Regards,
> M.Prabhu
>
>
>
> -----
> Thanks & Regards,
> M.Prabhu
> --
> View this message in context: http://apache-flex-users.
> 2333346.n4.nabble.com/Flex-mobile-app-Read-other-native-
> application-storage-data-tp13633.html
> Sent from the Apache Flex Users mailing list archive at Nabble.com.
>