-2

When I click on the Notification the app is not open.

Shanmugapriya D
  • 306
  • 3
  • 13

1 Answers1

0

I have setFloags like below. now it is working.

 i.setFlags (Intent.FLAG_ACTIVITY_CLEAR_TASK| Intent.FLAG_ACTIVITY_NEW_TASK | Intent.FLAG_ACTIVITY_MULTIPLE_TASK | Intent.FLAG_ACTIVITY_BROUGHT_TO_FRONT | Intent.FLAG_ACTIVITY_RESET_TASK_IF_NEEDED);
Shanmugapriya D
  • 306
  • 3
  • 13