From 40f2d6f36a46fcb1cf506b8bda4d694dc39a5082 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=BC=A0=E7=A3=8A?= <1633537611@qq.com> Date: Fri, 25 Oct 2024 16:30:27 +0800 Subject: [PATCH] =?UTF-8?q?=E8=A1=A5=E5=85=85=E9=9A=90=E7=A7=81API?= =?UTF-8?q?=E7=9B=B8=E5=85=B3=E5=BA=93?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- docs/native/modules/android/others.md | 23 ++++++++++++----------- 1 file changed, 12 insertions(+), 11 deletions(-) diff --git a/docs/native/modules/android/others.md b/docs/native/modules/android/others.md index 2157c12d..74431827 100644 --- a/docs/native/modules/android/others.md +++ b/docs/native/modules/android/others.md @@ -1,17 +1,18 @@ ## API与对应的库参照表 |模块名称 |本地依赖库 |线上依赖库 |最低支持安卓版本 |依赖的模块 | -|:-- |:-- |:-- |:-- |:-- | -|uni-createRequestPermissionListener|uni-createRequestPermissionListener-release.aar |- |- |- | -|uni-createWebviewContext |uni-createWebviewContext-release.aar |- |- |- | -|uni-fileSystemManager |uni-fileSystemManager-release.aar |- |- |- | -|uni-getLocation-system |uni-getLocation-system-release.aar |- |- |- | -|uni-getNetworkType |uni-getNetworkType-release.aar |- |- |- | -|uni-installApk |uni-installApk-release.aar |- |- |- | -|uni-network |uni-network-release.aar |com.squareup.okhttp3:okhttp:3.12.12 |- |- | -|uni-websocket |uni-websocket-release.aar |com.squareup.okhttp3:okhttp:3.12.12 |- |- | -|uni-cloud-client |uni-cloud-client-release.aar |- |- |uni-network
uni-storage
uni-getSystemInfo
uni-prompt
uni-media
uni-websocket | -|uni-media |uni-media-release.aar
nativeobj-preview-release.aar|com.github.bumptech.glide:glide:4.9.0
androidx.recyclerview:recyclerview:1.0.0
androidx.appcompat:appcompat:1.0.0 |- |uni-prompt | +|:-- |:-- |:-- |:-- |:-- | +|uni-createRequestPermissionListener|uni-createRequestPermissionListener-release.aar |- |- |- | +|uni-createWebviewContext |uni-createWebviewContext-release.aar |- |- |- | +|uni-fileSystemManager |uni-fileSystemManager-release.aar |- |- |- | +|uni-getLocation-system |uni-getLocation-system-release.aar |- |- |- | +|uni-getNetworkType |uni-getNetworkType-release.aar |- |- |- | +|uni-installApk |uni-installApk-release.aar |- |- |- | +|uni-network |uni-network-release.aar |com.squareup.okhttp3:okhttp:3.12.12 |- |- | +|uni-websocket |uni-websocket-release.aar |com.squareup.okhttp3:okhttp:3.12.12 |- |- | +|uni-cloud-client |uni-cloud-client-release.aar |- |- |uni-network
uni-storage
uni-getSystemInfo
uni-prompt
uni-media
uni-websocket | +|uni-media |uni-media-release.aar
nativeobj-preview-release.aar|com.github.bumptech.glide:glide:4.9.0
androidx.recyclerview:recyclerview:1.0.0
androidx.appcompat:appcompat:1.0.0 |- |uni-prompt | +|uni-privacy |uni-privacy-release.aar |- |- |- | 各模块对应的API可参考文档[App端支持的内置模块列表](https://doc.dcloud.net.cn/uni-app-x/collocation/manifest-modules.html#utsmodules) -- GitLab