In AndroidQ, because of restrictions on starting activities from the background https://developer.android.com/guide/components/activities/background-starts So when the app's screen turn off( lock screen mode ) we can only show our activity via notification that have setFullScreenIntent action. But setFullScreenIntent is not supported yet so no way we can display app when receiving notification in lock screen