当前位置:网站首页>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);
边栏推荐
- Clickhouse materialized view
- Phpmailer reported an error: SMTP error: failed to connect to server: (0)
- Why can't all browsers on my computer open web pages
- Technical tutorial: how to use easydss to push live streaming to qiniu cloud?
- Three level linkage demo of uniapp uview u-picker components
- “金九银十”是找工作的最佳时期吗?那倒未必
- A real day for Beijing programmers!!!!!
- Number of possible stack order types of stack order with length n
- Threejs implements labels and displays labels with custom styles
- 我就一写代码的,王总整天和我谈格局...
猜你喜欢
[software reverse analysis tool] disassembly and decompilation tool
Redis source code analysis: redis cluster
Uni app common functions /api
@Transactional 注解导致跨库查询失效的问题
Threejs realizes the drawing of the earth, geographical location annotation, longitude and latitude conversion of world coordinates threejs coordinates
Rome chain analysis
北京程序员的真实一天!!!!!
ABP vNext microservice architecture detailed tutorial - distributed permission framework (Part 2)
ABP vNext microservice architecture detailed tutorial - distributed permission framework (Part 1)
[C language] address book - dynamic and static implementation
随机推荐
NEW:Devart dotConnect ADO. NET
lds链接的 顺序问题
kubernetes集群之调度系统
JWT漏洞复现
阿里云ECS使用cloudfs4oss挂载OSS
speed or tempo in classical music
error Couldn‘t find a package. JSON file in "your path“
面试汇总:这是一份全面&详细的Android面试指南
[an Xun cup 2019] not file upload
花了2晚,拿到了吴恩达@斯坦福大学的机器学习课程证书
[software reverse - basic knowledge] analysis method, assembly instruction architecture
Uni app change the default component style
mysql的七种join连接查询
Containerization Foundation
Containerd series - what is containerd?
Threejs implements labels and displays labels with custom styles
Judge whether the stack order is reasonable according to the stack order
Threejs clicks the scene object to obtain object information, and threejs uses raycaster to pick up object information
The development of mobile IM based on TCP still needs to keep the heartbeat alive
Web components series (VII) -- life cycle of custom components