当前位置:网站首页>A application wakes up B should be a fast method
A application wakes up B should be a fast method
2022-07-05 04:04:00 【By-LQX】
Quickly wake up another application , Need to know another apk The package name
//A The application wakes up some code logic
Intent intent = new Intent(Intent.ACTION_MAIN);
/** Know the package life and target of the application to jump Activity*/
ComponentName componentName = new ComponentName("com.smartdevice.aidl", "com.smartdevice.aidl.MainActivity");
intent.setComponent(componentName);
//intent.putExtra("", "");// here Intent Pass value
startActivity(intent);
边栏推荐
- The order of LDS links
- Phpmailer reported an error: SMTP error: failed to connect to server: (0)
- 面试字节,过关斩将直接干到 3 面,结果找了个架构师来吊打我?
- The development of mobile IM based on TCP still needs to keep the heartbeat alive
- IronXL for . NET 2022.6
- 优先使用对象组合,而不是类继承
- 特殊版:SpreadJS v15.1 VS SpreadJS v15.0
- 函数基础学习02
- A real day for Beijing programmers!!!!!
- @Transactional 注解导致跨库查询失效的问题
猜你喜欢
On the day 25K joined Tencent, I cried
What is the reason why the webrtc protocol video cannot be played on the easycvr platform?
A real day for Beijing programmers!!!!!
Resolved (sqlalchemy+pandas.read_sql) attributeerror: 'engine' object has no attribute 'execution_ options‘
Interview summary: This is a comprehensive & detailed Android interview guide
error Couldn‘t find a package. JSON file in "your path“
一文带你了解BI的前世今身与企业数字化转型的关系
Pyqt pyside custom telescopic menu bar sharing (including tutorial)
Use threejs to create geometry and add materials, lights, shadows, animations, and axes
ActiveReportsJS 3.1 VS ActiveReportsJS 3.0
随机推荐
provide/inject
Uni app common functions /api
IronXL for .NET 2022.6
Get to know MySQL connection query for the first time
JWT vulnerability recurrence
Possible stack order of stack order with length n
我就一写代码的,王总整天和我谈格局...
Alibaba cloud ECS uses cloudfs4oss to mount OSS
25K 入职腾讯的那天,我特么哭了
Use threejs to create geometry, dynamically add geometry, delete geometry, and add coordinate axes
Rust区块琏开发——签名加密与私钥公钥
Interview summary: This is a comprehensive & detailed Android interview guide
Redis source code analysis: redis cluster
3. Package the bottom navigation tabbar
MindFusion.Virtual Keyboard for WPF
ActiveReportsJS 3.1 VS ActiveReportsJS 3.0
Three level linkage demo of uniapp uview u-picker components
Analysis of glibc strlen implementation mode
Deflocculant aminoiodotide eye drops
阿里云ECS使用cloudfs4oss挂载OSS