Launch “launcher app drawer” from an application?

前端 未结 1 624
再見小時候
再見小時候 2020-12-11 13:35

I would like to launch (or go back) from an application to the launcher app drawer with the tiled app icons, not to the desktop.

Intent intent =         


        
相关标签:
1条回答
  • 2020-12-11 14:09

    As pointed out by aneal, you can't call this view as it's not exposed by Android in the launcher app manifest.

    0 讨论(0)
提交回复
热议问题