pendingintent

    [Android] PendingIntent 공식문서 파헤치기

    해당 포스팅은 Android 공식문서를 읽고 정리한 내용을 바탕으로 작성하였습니다. https://developer.android.com/reference/android/app/PendingIntent PendingIntent | Android Developersdeveloper.android.com A description of an Intent and target action to perform with it. Instances of this class are created with getActivity(Context, int, Intent, int), getActivities(Context, int, Intent, int), getBroadcast(Context, int, Intent, int), ..