Android之各个版本之间的变化

(1)android5.0

Android5.0之后隐式打开服务需要指明包名

(2)android6.0

Android6.0之后涉及隐私的权限必须动态申请

(3)android8.0

android8.0之后广播接收者不能静态注册,发送通知必须用通知渠道才能成功发送

(4)android9.0

android9.0直接无法访问http(默认https)需要在Manifest文件中配置

原文地址:https://www.cnblogs.com/Androidqin/p/11637902.html