Home | 简体中文 | 繁体中文 | 杂文 | Github | 知乎专栏 | Facebook | Linkedin | Youtube | 打赏(Donations) | About
知乎专栏

114.4. 在 Fragment 中使用 Intent 跳转

			
Intent intent = new Intent(getActivity(), MyService.class);
startActivity(intent);