I want to pass Object
from App1, App2, App3 --> AppG
. In particular:
App1, App2, App3
can secure save Object
.
AppG
can read this Object
and do stuff.
I read about ContentProvider, Meta-Data, Parcelable, SharedPref
and so on but nothing do what I need, some of those required app signed with same key, other hasn't safe.