PendingIntent sender = PendingIntent.getBroadcast(this, 0, intent, 0);
의 형태를
PendingIntent sender = PendingIntent.getBroadcast(this, 0, intent, PendingIntent.FLAG_UPDATE_CURRENT);
로 수정
728x90
'Software Development > Tools' 카테고리의 다른 글
설치없이 iso 실행 (0) | 2016.01.16 |
---|---|
디스크 추가후 볼륨 할당 (2) | 2016.01.16 |
[android]ClipboardManager (0) | 2015.10.02 |
소스코드 포스팅 (0) | 2015.03.27 |
Visual Studio 실행창 꺼짐 해결하기 (0) | 2015.03.26 |