Android new version - \"Lollipop\" (API 21) brings quite a few changes with it, but it comes with some price if you wish to target your app to that API.
When we star
intent = new Intent(context, Service.class);
intent = new Intent("com.example.intent.ACTION"); intent.setPackage("com.example")