Current activities onResume() is not called when another Activity is launched from lock screen via notification
问题 I have two activities Activity2 and TestActivity . Activity2 shows notification when launched. TestActivity is launched when notification is clicked. Below is the code of Activity2.java . import android.app.PendingIntent; import android.content.Intent; import android.support.v4.app.NotificationCompat; import android.support.v4.app.NotificationManagerCompat; import android.support.v7.app.AppCompatActivity; import android.os.Bundle; import android.util.Log; import com.droidapp.apptest.R; public