-
- All Implemented Interfaces:
public class OLActivity.Companion
网路监听广播,android.net.conn.CONNECTIVITY_CHANGE广播无法接收的问题, Android 7.0 为了后台优化,推荐使用 JobScheduler 代替 BroadcastReceiver 来监
-
-
Field Summary
Fields Modifier and Type Field Description private Boolean
firstInspectNet
public final static OLActivity.Companion
INSTANCE
-
Method Summary
Modifier and Type Method Description final Boolean
getFirstInspectNet()
final Unit
setFirstInspectNet(Boolean firstInspectNet)
-
-
Method Detail
-
getFirstInspectNet
final Boolean getFirstInspectNet()
-
setFirstInspectNet
final Unit setFirstInspectNet(Boolean firstInspectNet)
-
-
-
-