1.https聯網限制
Accessing hidden method Lcom/android/org/conscrypt/OpenSSLSocketImpl;->setUseSessionTickets(Z)V (light greylist, reflection)
Accessing hidden method Lcom/android/org/conscrypt/OpenSSLSocketImpl;->setHostname(Ljava/lang/String;)V (light greylist, reflection)
Accessing hidden method Lcom/android/org/conscrypt/OpenSSLSocketImpl;->getAlpnSelectedProtocol()[B (light greylist, reflection)
Accessing hidden method Lcom/android/org/conscrypt/OpenSSLSocketImpl;->setAlpnProtocols([B)V (light greylist, reflection)
W/123: null end with: ERROR ]---===---[ Exception : CLEARTEXT communication to dldir1.qq.com not permitted by network security policy
Fixed 👉 android:usesCleartextTraffic="true"
2.安裝APP時提示:安裝包有異常,無法安裝
gradle.properties 中加入 :
# Android 10 安裝包異常 -> https://blog.csdn.net/lsldd/article/details/89962353
android.injected.testOnly=false
3.權限問題
java.io.FileNotFoundException: No content provider: content://com.android.htmlfileprovider/storage/emulated/0/aaaaa/test.html
4.打開相冊失敗
java.io.FileNotFoundException: /data/user/0/com.coloros.gallery3d/files/album_order_hide: open failed: ENOENT (No such file or directory)
