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);
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.