V2EX = way to explore
V2EX 是一个关于分享和探索的地方
现在注册
已注册用户请  登录
V2EX 提问指南
asanelder
V2EX  ›  问与答

android launcher 快速切换的功能

  •  
  •   asanelder · 2020-09-23 19:12:10 +08:00 · 798 次点击
    这是一个创建于 1310 天前的主题,其中的信息可能已经有所发展或是发生改变。
    想着工作时用一个 launcher, 下班后使用另一个。

    通过设置里面的默认桌面太麻烦了,有没有更好的方法?铁子们?
    4 条回复    2020-09-23 21:15:36 +08:00
    iloxmn
        1
    iloxmn  
       2020-09-23 19:31:26 +08:00 via Android
    不懂为什么需要换 launcher,如果需要隔离数据那也是用 Work Profile 或者新建用户啊
    liuw666
        2
    liuw666  
       2020-09-23 19:33:51 +08:00 via Android
    startActivity 可以弹出 launcher 选择框,记不清具体包名路径。可以自己做一个小 app,就几行代码
    liuw666
        3
    liuw666  
       2020-09-23 19:35:08 +08:00 via Android
    Intent intentw = new Intent(Intent.ACTION_MAIN);
    intentw.addCategory(Intent.CATEGORY_HOME);
    intentw.setClassName("android", "com.android.internal.app.ResolverActivity");
    startActivity(intentw);
    asanelder
        4
    asanelder  
    OP
       2020-09-23 21:15:36 +08:00
    @iloxmn #1
    @liuw666 #2

    感谢回复,在 play store 找到了一个:Home Switch
    关于   ·   帮助文档   ·   博客   ·   API   ·   FAQ   ·   我们的愿景   ·   实用小工具   ·   5581 人在线   最高记录 6543   ·     Select Language
    创意工作者们的社区
    World is powered by solitude
    VERSION: 3.9.8.5 · 35ms · UTC 02:59 · PVG 10:59 · LAX 19:59 · JFK 22:59
    Developed with CodeLauncher
    ♥ Do have faith in what you're doing.