摘要: 从任意app,启动另外一个app的activity: 1. Intent i = new Intent(); ComponentName cn = new ComponentName("com.book.android2", "com.book.android2.AndroidSearch"); i 阅读全文
posted @ 2025-03-26 13:10 a318013800 阅读(94) 评论(0) 推荐(0)