探头的新芽

关注

APP调用另外一个APP

探头的新芽

关注

阅读 68

2023-02-22


Intent intent = new Intent();
ComponentName componet = null;
componet = new ComponentName("com.android.mms", "com.android.mms.ui.ComposeMessageActivity");
intent = new Intent();
intent.setComponent(componet);
intent.putExtra("mobile", mobile);
startActivity(intent);

APP调用另外一个APP_android

android:exported="true"    这个属性是运行外面的APP调用


相关推荐

90哦吼

JAVA——22.一个对象怎么调用另外一个对象

90哦吼 79 0 0

仲秋花似锦

python3 调用 另外一个python脚本

仲秋花似锦 25 0 0

颜路在路上

android 一个app代码停掉另一个app需要什么权限

颜路在路上 18 0 0

有点d伤

vant 写一个商城app

有点d伤 73 0 0

龙驹书房

一个APP系统的架构

龙驹书房 20 0 0

三维控件研究

【笔记django】创建一个app

三维控件研究 17 0 0

ZGtheGreat

BAT调用另外一个BAT,如何获得执行结果

ZGtheGreat 157 0 0

玩物励志老乐

Shell脚本中调用另外一个脚本的方法

玩物励志老乐 184 0 0

杰森wang

wordpress在页面中调用另外一个页面的内容

杰森wang 19 0 0

yeamy

uniapp 开发一个密码管理app

yeamy 27 0 0

精彩评论(0)

0 0 举报