How to get Context or ContextWraper in intellij plugin
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.
请先登录再写评论。
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.