获取 Activity 生命周期相关信息获取接口 @return ActivityLifecycleGet
()
| 426 | * @return {@link ActivityLifecycleGet} |
| 427 | */ |
| 428 | public static ActivityLifecycleGet getActivityLifecycle() { |
| 429 | return getLifecycleAssist().getActivityLifecycle(); |
| 430 | } |
| 431 | |
| 432 | /** |
| 433 | * 获取 Activity 生命周期 事件监听接口类 |
nothing calls this directly
no test coverage detected