跳过导航链接
A C D G H I J L M O S T V W X Z 

A

AbsWorkService - com.xdandroid.hellodaemon中的类
 
AbsWorkService() - 类 的构造器com.xdandroid.hellodaemon.AbsWorkService
 
AbsWorkService.WorkNotificationService - com.xdandroid.hellodaemon中的类
 
ACTION_CANCEL_JOB_ALARM_SUB - 类 中的静态变量com.xdandroid.hellodaemon.WakeUpReceiver
向 WakeUpReceiver 发送带有此 Action 的广播, 即可在不需要服务运行的时候取消 Job / Alarm / Subscription.

C

cancelJobAlarmSub() - 类 中的静态方法com.xdandroid.hellodaemon.AbsWorkService
用于在不需要服务运行的时候取消 Job / Alarm / Subscription.
cancelJobAlarmSub() - 类 中的静态方法com.xdandroid.hellodaemon.WatchDogService
用于在不需要服务运行的时候取消 Job / Alarm / Subscription.
com.xdandroid.hellodaemon - 程序包 com.xdandroid.hellodaemon
 
COOLPAD - 类 中的静态变量com.xdandroid.hellodaemon.IntentWrapper
 

D

DaemonEnv - com.xdandroid.hellodaemon中的类
 
DEFAULT_WAKE_UP_INTERVAL - 类 中的静态变量com.xdandroid.hellodaemon.DaemonEnv
 
doesActivityExists() - 类 中的方法com.xdandroid.hellodaemon.IntentWrapper
判断本机上是否有能处理当前Intent的Activity
DOZE - 类 中的静态变量com.xdandroid.hellodaemon.IntentWrapper
 

G

getApplicationName() - 类 中的静态方法com.xdandroid.hellodaemon.IntentWrapper
 
getIntentWrapperList() - 类 中的静态方法com.xdandroid.hellodaemon.IntentWrapper
 
GIONEE - 类 中的静态变量com.xdandroid.hellodaemon.IntentWrapper
 

H

HASH_CODE - 类 中的静态变量com.xdandroid.hellodaemon.AbsWorkService
 
HASH_CODE - 类 中的静态变量com.xdandroid.hellodaemon.WatchDogService
 
HUAWEI - 类 中的静态变量com.xdandroid.hellodaemon.IntentWrapper
 
HUAWEI_GOD - 类 中的静态变量com.xdandroid.hellodaemon.IntentWrapper
 

I

initialize(Context, Class<? extends AbsWorkService>, Integer) - 类 中的静态方法com.xdandroid.hellodaemon.DaemonEnv
 
intent - 类 中的变量com.xdandroid.hellodaemon.IntentWrapper
 
IntentWrapper - com.xdandroid.hellodaemon中的类
 
IntentWrapper(Intent, int) - 类 的构造器com.xdandroid.hellodaemon.IntentWrapper
 
isWorkRunning(Intent, int, int) - 类 中的方法com.xdandroid.hellodaemon.AbsWorkService
任务是否正在运行?

J

JobSchedulerService - com.xdandroid.hellodaemon中的类
Android 5.0+ 使用的 JobScheduler.
JobSchedulerService() - 类 的构造器com.xdandroid.hellodaemon.JobSchedulerService
 

L

LENOVO - 类 中的静态变量com.xdandroid.hellodaemon.IntentWrapper
 
LENOVO_GOD - 类 中的静态变量com.xdandroid.hellodaemon.IntentWrapper
 
LETV - 类 中的静态变量com.xdandroid.hellodaemon.IntentWrapper
 
LETV_GOD - 类 中的静态变量com.xdandroid.hellodaemon.IntentWrapper
 

M

MEIZU - 类 中的静态变量com.xdandroid.hellodaemon.IntentWrapper
 
MEIZU_GOD - 类 中的静态变量com.xdandroid.hellodaemon.IntentWrapper
 
mFirstStarted - 类 中的变量com.xdandroid.hellodaemon.AbsWorkService
 

O

onBackPressed(Activity) - 类 中的静态方法com.xdandroid.hellodaemon.IntentWrapper
防止华为机型未加入白名单时按返回键回到桌面再锁屏后几秒钟进程被杀
onBind(Intent, Void) - 类 中的方法com.xdandroid.hellodaemon.AbsWorkService
 
onBind(Intent) - 类 中的方法com.xdandroid.hellodaemon.AbsWorkService
 
onBind(Intent) - 类 中的方法com.xdandroid.hellodaemon.AbsWorkService.WorkNotificationService
 
onBind(Intent) - 类 中的方法com.xdandroid.hellodaemon.WatchDogService
 
onBind(Intent) - 类 中的方法com.xdandroid.hellodaemon.WatchDogService.WatchDogNotificationService
 
onDestroy() - 类 中的方法com.xdandroid.hellodaemon.AbsWorkService
设置-正在运行中停止服务时回调
onDestroy() - 类 中的方法com.xdandroid.hellodaemon.WatchDogService
设置-正在运行中停止服务时回调
onEnd(Intent) - 类 中的方法com.xdandroid.hellodaemon.AbsWorkService
 
onEnd(Intent) - 类 中的方法com.xdandroid.hellodaemon.WatchDogService
 
onReceive(Context, Intent) - 类 中的方法com.xdandroid.hellodaemon.WakeUpReceiver
监听 8 种系统广播 : CONNECTIVITY\_CHANGE, USER\_PRESENT, ACTION\_POWER\_CONNECTED, ACTION\_POWER\_DISCONNECTED, BOOT\_COMPLETED, MEDIA\_MOUNTED, PACKAGE\_ADDED, PACKAGE\_REMOVED.
onReceive(Context, Intent) - 类 中的方法com.xdandroid.hellodaemon.WakeUpReceiver.WakeUpAutoStartReceiver
 
onServiceKilled(Intent) - 类 中的方法com.xdandroid.hellodaemon.AbsWorkService
 
onStart(Intent, int, int) - 类 中的方法com.xdandroid.hellodaemon.AbsWorkService
1.防止重复启动,可以任意调用 DaemonEnv.startServiceMayBind(Class serviceClass); 2.利用漏洞启动前台服务而不显示通知; 3.在子线程中运行定时任务,处理了运行前检查和销毁时保存的问题; 4.启动守护服务; 5.守护 Service 组件的启用状态, 使其不被 MAT 等工具禁用.
onStart(Intent, int, int) - 类 中的方法com.xdandroid.hellodaemon.WatchDogService
守护服务,运行在:watch子进程中
onStartCommand(Intent, int, int) - 类 中的方法com.xdandroid.hellodaemon.AbsWorkService
 
onStartCommand(Intent, int, int) - 类 中的方法com.xdandroid.hellodaemon.AbsWorkService.WorkNotificationService
利用漏洞在 API Level 18 及以上的 Android 系统中,启动前台服务而不显示通知
onStartCommand(Intent, int, int) - 类 中的方法com.xdandroid.hellodaemon.WatchDogService
 
onStartCommand(Intent, int, int) - 类 中的方法com.xdandroid.hellodaemon.WatchDogService.WatchDogNotificationService
利用漏洞在 API Level 18 及以上的 Android 系统中,启动前台服务而不显示通知 运行在:watch子进程中
onStartJob(JobParameters) - 类 中的方法com.xdandroid.hellodaemon.JobSchedulerService
 
onStopJob(JobParameters) - 类 中的方法com.xdandroid.hellodaemon.JobSchedulerService
 
onTaskRemoved(Intent) - 类 中的方法com.xdandroid.hellodaemon.AbsWorkService
最近任务列表中划掉卡片时回调
onTaskRemoved(Intent) - 类 中的方法com.xdandroid.hellodaemon.WatchDogService
最近任务列表中划掉卡片时回调
OPPO - 类 中的静态变量com.xdandroid.hellodaemon.IntentWrapper
 
OPPO_OLD - 类 中的静态变量com.xdandroid.hellodaemon.IntentWrapper
 

S

SAMSUNG_L - 类 中的静态变量com.xdandroid.hellodaemon.IntentWrapper
 
SAMSUNG_M - 类 中的静态变量com.xdandroid.hellodaemon.IntentWrapper
 
sApplicationName - 类 中的静态变量com.xdandroid.hellodaemon.IntentWrapper
 
sDisposable - 类 中的静态变量com.xdandroid.hellodaemon.WatchDogService
 
shouldStopService(Intent, int, int) - 类 中的方法com.xdandroid.hellodaemon.AbsWorkService
是否 任务完成, 不再需要服务运行?
sIntentWrapperList - 类 中的静态变量com.xdandroid.hellodaemon.IntentWrapper
 
sPendingIntent - 类 中的静态变量com.xdandroid.hellodaemon.WatchDogService
 
startActivitySafely(Activity) - 类 中的方法com.xdandroid.hellodaemon.IntentWrapper
安全地启动一个Activity
startServiceMayBind(Class<? extends Service>) - 类 中的静态方法com.xdandroid.hellodaemon.DaemonEnv
 
startWork(Intent, int, int) - 类 中的方法com.xdandroid.hellodaemon.AbsWorkService
 
stopWork(Intent, int, int) - 类 中的方法com.xdandroid.hellodaemon.AbsWorkService
 

T

type - 类 中的变量com.xdandroid.hellodaemon.IntentWrapper
 

V

VIVO_GOD - 类 中的静态变量com.xdandroid.hellodaemon.IntentWrapper
 

W

WakeUpAutoStartReceiver() - 类 的构造器com.xdandroid.hellodaemon.WakeUpReceiver.WakeUpAutoStartReceiver
 
WakeUpReceiver - com.xdandroid.hellodaemon中的类
 
WakeUpReceiver() - 类 的构造器com.xdandroid.hellodaemon.WakeUpReceiver
 
WakeUpReceiver.WakeUpAutoStartReceiver - com.xdandroid.hellodaemon中的类
 
WatchDogNotificationService() - 类 的构造器com.xdandroid.hellodaemon.WatchDogService.WatchDogNotificationService
 
WatchDogService - com.xdandroid.hellodaemon中的类
 
WatchDogService() - 类 的构造器com.xdandroid.hellodaemon.WatchDogService
 
WatchDogService.WatchDogNotificationService - com.xdandroid.hellodaemon中的类
 
whiteListMatters(Activity, String) - 类 中的静态方法com.xdandroid.hellodaemon.IntentWrapper
处理白名单.
WorkNotificationService() - 类 的构造器com.xdandroid.hellodaemon.AbsWorkService.WorkNotificationService
 

X

XIAOMI - 类 中的静态变量com.xdandroid.hellodaemon.IntentWrapper
 
XIAOMI_GOD - 类 中的静态变量com.xdandroid.hellodaemon.IntentWrapper
 

Z

ZTE - 类 中的静态变量com.xdandroid.hellodaemon.IntentWrapper
 
ZTE_GOD - 类 中的静态变量com.xdandroid.hellodaemon.IntentWrapper
 
A C D G H I J L M O S T V W X Z 
跳过导航链接