alarmmanager receive dialog 관련 자료
http://www.bytefoundry.co.uk/blog/?p=140 알람 등록 및 삭제, 팝업까지 표출. activity를 투명하게 하고 싶다면. android:theme="@android:style/Theme.Translucent.NoTitleBar" 잠금 화면에서 알람이 울리지 않을 경우나 팝업이 뜨지않는다면http://aroundck.tistory.com/48 PendingIntent에 putExtra 로 값을 넘겼을 때 바뀌지 않는다면. PendingIntent alarmPI = PendingIntent.getBroadcast( this, i, alarmIntent, PendingIntent.FLAG_UPDATE_CURRENT); 마지막 Flag값 수정해 줄것.
Android/자료정리
2013. 10. 11. 21:03
반응형