I have some Dialog. It shows when my app receipt message and I state in my Activity. I want show this Dialog if app minimized and not show Activity. (It is implemented in WatsApp). If pened somp app on phone, I want show dialog above this app.(It is implemented in WhatsApp too)
It executed when I receipt message and app is opened:
m_orderOfferForm = new NewOrderForm(BaseActivity.Instance, offerOrder);
m_orderOfferForm.show();