Android 什么是ForceStopRunnable.BroadcastReceiver?

Android 什么是ForceStopRunnable.BroadcastReceiver?,android,broadcastreceiver,androidx,android-alarms,Android,Broadcastreceiver,Androidx,Android Alarms,这里有人可以解释一下ForceStopRunnable.BroadcastReceiver,它是AndroidX的一部分。还请描述并举例说明我们可以扩展此功能的场景 我从下面得到的,但不知道如何使用它 概述 A which takes care of recreating the long lived alarm which helps track force stops for an application. This is the target of the alarm set by For

这里有人可以解释一下
ForceStopRunnable.BroadcastReceiver
,它是
AndroidX
的一部分。还请描述并举例说明我们可以
扩展此功能的场景

我从下面得到的,但不知道如何使用它

概述

A which takes care of recreating the long lived alarm which helps track force stops for an application. This is the target of the alarm set by ForceStopRunnable in ForceStopRunnable.setAlarm(Context).