I want to display an alert from a service
and I don't care what activity currently is, just display an alert.
But the builder need construction like
AlertDialog.Builder builder = new AlertDialog.Builder(this);
But how I know the current activity and pass to the AlertDialog.Builder
?