I have been having a problem with a notification not opening/going to the correct activity when it has been clicked.
My notification code (located in a class which e
May have actually answered my own question:
Intent notifyIntent = new Intent(Intent.ACTION_MAIN); notifyIntent.setClass(getApplicationContext(), Main.class);