pop up wiindow with notification even apllication is not running
问题 here is my code and I am getting my notification on time but the application is being ctrash during pop up private void showCustomPopupMenu() { WindowManager windowManager2 = (WindowManager) App.getAppContext().getSystemService(WINDOW_SERVICE); LayoutInflater layoutInflater=(LayoutInflater)App.getAppContext().getSystemService(Context.LAYOUT_INFLATER_SERVICE); View view=layoutInflater.inflate(R.layout.window_popup_medicine, null); int LAYOUT_FLAG; if (Build.VERSION.SDK_INT >= Build.VERSION