In my application I need to access context of other installed apps. Is it possible to get context using package name of any app?
And if I\'m accessing context of ot
It's a bit old and will not give access to other app context but this is how you pass data between applications: http://developer.android.com/guide/topics/providers/content-provider-basics.html
try this
public abstract Context createPackageContext (String packageName, int flags)