asanelder
V2EX  ›  问与答

android launcher 快速切换的功能

  •  
  •   asanelder · Sep 23, 2020 · 1229 views
    This topic created in 2059 days ago, the information mentioned may be changed or developed.
    想着工作时用一个 launcher, 下班后使用另一个。

    通过设置里面的默认桌面太麻烦了,有没有更好的方法?铁子们?
    4 replies    2020-09-23 21:15:36 +08:00
    iloxmn
        1
    iloxmn  
       Sep 23, 2020 via Android
    不懂为什么需要换 launcher,如果需要隔离数据那也是用 Work Profile 或者新建用户啊
    nowtg
        2
    nowtg  
       Sep 23, 2020 via Android
    startActivity 可以弹出 launcher 选择框,记不清具体包名路径。可以自己做一个小 app,就几行代码
    nowtg
        3
    nowtg  
       Sep 23, 2020 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
       Sep 23, 2020
    @iloxmn #1
    @liuw666 #2

    感谢回复,在 play store 找到了一个:Home Switch
    About   ·   Help   ·   Advertise   ·   Blog   ·   API   ·   FAQ   ·   Solana   ·   3224 Online   Highest 6679   ·     Select Language
    创意工作者们的社区
    World is powered by solitude
    VERSION: 3.9.8.5 · 51ms · UTC 10:52 · PVG 18:52 · LAX 03:52 · JFK 06:52
    ♥ Do have faith in what you're doing.