Shahid Khan
Shahid Khan

Reputation: 371

answer Access same data from 1 android app to another app

I have 2 apps like facebook and messanger. how i can get the first apps login detail in second app. is there any intent or something to acheive this.

Upvotes: 0

Views: 51

Answers (2)

Alexander
Alexander

Reputation: 551

I guess you can use contentProvider

Upvotes: 1

Afsar Ahamad
Afsar Ahamad

Reputation: 1997

This can be achieve with sharing of local DB (SQLite) this you can check.

Upvotes: 1

Related Questions