如果wifi关闭,如何自动发送推送通知?

时间:2017-01-27 00:14:26

标签: android notifications wifi

我发现someone who询问启用/禁用互联网连接,someone else who教授如何构建通知。 所以我把它们混合起来做了这个:

"mappings":{"student":{"properties":{"subjects":{"type":"nested","properties":{"biology":{"type":"string"},"english":{"type":"string"}}}

但它不起作用=(

1 个答案:

答案 0 :(得分:0)

您需要有一个侦听SUPPLICANT_CONNECTION_CHANGE_ACTION的广播接收器。 在这里查看它已经实现了。

How to detect when WIFI Connection has been established in Android?