Resolve the home intent with MATCH_DEFAULT_ONLY
When a 3rd party home app which doesn't have CATEGORY_DEFAULT and a user clicks the home button, the ResolverActivity always comes out even though the user clicked always on the ResolverActivity. This change adds MATCH_DEFAULT_ONLY while resolving the home intent by consolidating the intent resolving through ActivityTaskSupervisor#resolveIntent. Bug: 245383780 Test: Install a 3rd party home app without CATEGORY_DEFAULT and click the home button Change-Id: If24f8531aeb91f38e247ed396677f76c4a62c719
Loading
Please register or sign in to comment