1、Android 9.0
1.1、
android 9.0建议使用非明文url,http 换成https
在AndroidManifest.xml中直接添加下面这句就解决了:
android:usesCleartextTraffic="true"
2、Android 6.0
需动态获取权限
3、Android 8.0
需要动态获取安装权限
最优解决方案 : FitAndroid8
https://github.com/steven2947/FitAndroid8
1、Android 9.0
1.1、
android 9.0建议使用非明文url,http 换成https
在AndroidManifest.xml中直接添加下面这句就解决了:
android:usesCleartextTraffic="true"
2、Android 6.0
需动态获取权限
3、Android 8.0
需要动态获取安装权限
最优解决方案 : FitAndroid8
https://github.com/steven2947/FitAndroid8
本文标题:安卓版本差异
本文链接:https://www.haomeiwen.com/subject/jdsdoctx.html
网友评论