Notice
Recent Posts
Recent Comments
Link
목록작업목록 (1)
투케이2K
3. (TWOK/UTIL) [Android/Java] S_ProgramTaskService - 사용자 휴대폰 작업 최근 작업 사용 목록 날림 이벤트 감지
[설 명] 프로그램 : Android / Java 설 명 : 사용자 휴대폰 작업 최근 작업 사용 목록 날림 이벤트 감지 [소스 코드] package com.example.testapp; import android.app.Service; import android.content.Intent; import android.os.IBinder; import android.util.Log; public class S_ProgramTaskService extends Service { /** * TODO [클래스 설명] * // ----------------------------------------- * 1. 사용자가 앱 작업 목록 날림 , 지우기 이벤트 감지 서비스 * // -----------------..
투케이2K 유틸파일
2022. 3. 20. 14:37