My Activity is trying to create an AlertDialog which requires a Context as a parameter. This works as expected if I use:
AlertDialog.Builder builder = new Al
Instead of getApplicationContext(), just use ActivityName.this.
getApplicationContext()
ActivityName.this