完善资料让更多小伙伴认识你,还能领取20积分哦, 立即完善>
/**
* 启动页 */ public class LauncherAbility extends Ability { Timer timer; @Override public void onStart(Intent intent) { getWindow().addFlags(WindowManager.LayoutConfig.MARK_TRANSLUCENT_NAVIGATION); super.onStart(intent); super.setUIContent(ResourceTable.Layout_ability_launcher); timer = new Timer(); timer.schedule(new TimerTask() { @Override public void run() { // 跳转主页 goToMain(); } }, 2000); } @Override protected void onStop() { super.onStop(); timer.cancel(); } /** * 跳转主页 */ private void goToMain() { Intent mIntent = new Intent(); Operation operation = new Intent.OperationBuilder() .withBundleName(getBundleName()) .withAbilityName(MainAbility.class) .build(); mIntent.setOperation(operation); startAbility(mIntent); terminateAbility(); } } |
|
|
|
你正在撰写答案
如果你是对答案或其他答案精选点评或询问,请使用“评论”功能。
575 浏览 0 评论
764 浏览 0 评论
666 浏览 0 评论
线上逛展 | 沉浸探索第三届OpenHarmony技术大会五大展区
653 浏览 0 评论
947 浏览 0 评论
小黑屋| 手机版| Archiver| 电子发烧友 ( 湘ICP备2023018690号 )
GMT+8, 2024-11-22 00:43 , Processed in 0.452512 second(s), Total 41, Slave 34 queries .
Powered by 电子发烧友网
© 2015 bbs.elecfans.com
关注我们的微信
下载发烧友APP
电子发烧友观察
版权所有 © 湖南华秋数字科技有限公司
电子发烧友 (电路图) 湘公网安备 43011202000918 号 电信与信息服务业务经营许可证:合字B2-20210191 工商网监 湘ICP备2023018690号