Rohitashv Jain
Lurker
Some time activity not open from broadcast receiver in android samsung S5??
i using below code, its working on other device.
Intent intent = new Intent(context,Activity.class);
intent.setFlags(Intent.FLAG_ACTIVITY_NEW_TASK);
context.startActivity(intent);
i using below code, its working on other device.
Intent intent = new Intent(context,Activity.class);
intent.setFlags(Intent.FLAG_ACTIVITY_NEW_TASK);
context.startActivity(intent);