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
try this
public abstract Context createPackageContext (String packageName, int flags)