DroidPluginTeam / DroidPluginTeam/DroidPlugin

插件app启动 拨号盘界面失败

Open
#112 0 comments 0 reactions 0 assignees View on GitHub
Dominant language
Java
Stars
7k
Forks
2.5k
PR merge metrics
No merged PRs in 30d

Description

如下是跳转到拨号 的方法, 插件app就是启动不来
public void start2tel(String phone) {
Intent intentPhone = new Intent(Intent.ACTION_CALL, Uri.parse("tel:" + phone));
startActivity(intentPhone);
}

Contributor guide

No contributing guide indexed for this repository

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.