Skip to content
体验新版
项目
组织
正在加载...
登录
切换导航
打开侧边栏
DCloud
uni-api
提交
331fc552
U
uni-api
项目概览
DCloud
/
uni-api
通知
670
Star
23
Fork
12
代码
文件
提交
分支
Tags
贡献者
分支图
Diff
Issue
3
列表
看板
标记
里程碑
合并请求
1
DevOps
流水线
流水线任务
计划
Wiki
0
Wiki
分析
仓库
DevOps
项目成员
Pages
U
uni-api
项目概览
项目概览
详情
发布
仓库
仓库
文件
提交
分支
标签
贡献者
分支图
比较
Issue
3
Issue
3
列表
看板
标记
里程碑
合并请求
1
合并请求
1
Pages
DevOps
DevOps
流水线
流水线任务
计划
分析
分析
仓库分析
DevOps
Wiki
0
Wiki
成员
成员
收起侧边栏
关闭侧边栏
动态
分支图
创建新Issue
流水线任务
提交
Issue看板
提交
331fc552
编写于
10月 27, 2023
作者:
taohebin@dcloud.io
浏览文件
操作
浏览文件
下载
电子邮件补丁
差异文件
update: uni-installApk修改文档
上级
dd0f9a8e
变更
7
隐藏空白更改
内联
并排
Showing
7 changed file
with
8 addition
and
14 deletion
+8
-14
pages/index/index.vue
pages/index/index.vue
+2
-2
static/test.apk
static/test.apk
+0
-0
uni_modules/uni-installApk/changelog.md
uni_modules/uni-installApk/changelog.md
+2
-0
uni_modules/uni-installApk/package.json
uni_modules/uni-installApk/package.json
+1
-1
uni_modules/uni-installApk/readme.md
uni_modules/uni-installApk/readme.md
+1
-9
uni_modules/uni-installApk/utssdk/app-android/index.uts
uni_modules/uni-installApk/utssdk/app-android/index.uts
+1
-1
uni_modules/uni-installApk/utssdk/interface.uts
uni_modules/uni-installApk/utssdk/interface.uts
+1
-1
未找到文件。
pages/index/index.vue
浏览文件 @
331fc552
...
...
@@ -284,8 +284,8 @@
},
handleInstallApk
()
{
installApk
({
filePath
:
"
/sdcard/Android/data/io.dcloud.HBuilder/apps/HBuilder/doc/ddd.apk
"
,
// filePath:"/static/ddd
.apk",
//
filePath: "/sdcard/Android/data/io.dcloud.HBuilder/apps/HBuilder/doc/ddd.apk",
filePath
:
"
/static/test
.apk
"
,
complete
(
res
)
{
console
.
log
(
res
);
}
...
...
static/test.apk
0 → 100644
浏览文件 @
331fc552
文件已添加
uni_modules/uni-installApk/changelog.md
浏览文件 @
331fc552
## 1.0.2(2023-10-27)
修改文档
## 1.0.1(2023-10-27)
支持js层调用
## 1.0.0(2023-10-26)
...
...
uni_modules/uni-installApk/package.json
浏览文件 @
331fc552
{
"id"
:
"uni-installApk"
,
"displayName"
:
"uni-installApk"
,
"version"
:
"1.0.
1
"
,
"version"
:
"1.0.
2
"
,
"description"
:
"uni-installApk"
,
"keywords"
:
[
"uni-installApk"
...
...
uni_modules/uni-installApk/readme.md
浏览文件 @
331fc552
...
...
@@ -4,15 +4,7 @@
Android平台安装Apk
### App-Android平台注意事项
-
需要自定义基座,并且需要具备下面的权限
```
<uses-permission android:name="android.permission.REQUEST_INSTALL_PACKAGES" />
```
**注意: 3.95以下需要自定义基座**
### uni.installApk(options : InstallApkOptions):void
...
...
uni_modules/uni-installApk/utssdk/app-android/index.uts
浏览文件 @
331fc552
...
...
@@ -31,7 +31,7 @@ export function installApk(options : InstallApkOptions) : void {
context.startActivity(intent)
const success : InstallApkSuccess = {
message
: "success"
errMsg
: "success"
}
options.success?.(success)
options.complete?.(success)
...
...
uni_modules/uni-installApk/utssdk/interface.uts
浏览文件 @
331fc552
...
...
@@ -35,7 +35,7 @@ export type InstallApkSuccess = {
/**
* 安装成功消息
*/
message
: string
errMsg
: string
}
export type InstallApkComplete = any
export type InstallApkSuccessCallback = (res : InstallApkSuccess) => void
...
...
编辑
预览
Markdown
is supported
0%
请重试
或
添加新附件
.
添加附件
取消
You are about to add
0
people
to the discussion. Proceed with caution.
先完成此消息的编辑!
取消
想要评论请
注册
或
登录