Listen to ActivityManager events?

前端 未结 3 1760
囚心锁ツ
囚心锁ツ 2020-12-20 07:10

is it possible somehow to listen to the events of the ActivityManager, e.g. when activities are started? Does the ActivityManager send broadcasts? I havn\'t found anything i

3条回答
  •  挽巷
    挽巷 (楼主)
    2020-12-20 07:55

    I had a look in the android source, but there doesn't seem to be any events broadcasted.

    https://android.googlesource.com/platform/packages/providers/ApplicationsProvider

提交回复
热议问题