Android版本适配笔记

8.0适配 参考

https://www.jianshu.com/p/53884b61454d

https://www.jianshu.com/p/a8fd3d1fa0a3

https://www.jianshu.com/p/348d6aa63feb

http://www.cnblogs.com/lrcaoxiang/p/9266944.html

https://blog.csdn.net/Young_penis/article/details/82384108

适配问题索引:https://www.jianshu.com/p/3bbef56fd83b

--------------------------------------------------------

1.应用图标

2.通知NotificationChannel

3.未知来源权限

4.后台服务限制

5.广播限制

6.悬浮窗适配

7.三方服务更新升级

8.集合的处理 AbstractCollection.removeAll(null) 和 AbstractCollection.retainAll(null)始终引发 NullPointerExcept

9.语言国际化适配  语言国际化6.0、7.0、8.0API差异化

你可能感兴趣的:(Android版本适配笔记)