Show alertdialog from a service in Android Easy Way For Codings 9:49 PM Use this code segment in your service AlertDialog alertDialog; AlertDialog.Builder alertBuilder = new AlertDialog.Builder(getBaseContext()); alertBuilder.setTitle("New Approvals Alert") ... Read More