How to get Context or ContextWraper in intellij plugin Follow
Hi,
I need to access entire Package info of the current project. So that I can access Package name and Launching activity names.
In order to use getPackageManger() I need Context or ContextWraper.
Please sign in to leave a comment.
Hello,
could you please clarify what do you mean by 'Package info of the current project'?
I don't see any method named 'getPackageManager' in our sources.
Thanks for your early response.
getPackageManager is the method in ContextWraper class. Inside android.jar we have all these classes.