Remove Activity as Default Launcher

后端 未结 4 617
感情败类
感情败类 2020-12-25 08:47

I set my activity as a default launcher to intercept home button clicks like so:



        
4条回答
  •  南方客
    南方客 (楼主)
    2020-12-25 09:33

    You cannot override the behavior of the home key to suit your application; this is a design decision by Google, to ensure the user can always return to a static location. There may be some ways around this (if they still exist) but they are unintended bugs which an application should not rely on.

    The short answer: you can have any key except the home key.

提交回复
热议问题