Let BusinessCardActivity consume insets on its own

Since Android V, the framework won't consume insets for apps targeting
SDK level 35+. This CL lets BusinessCardActivity consumes insets on its
own or its critial items will be obscured by system windows.

Bug: 329285903
Bug: 309578419
Test: `make BusinessCard` and see if the layout is as expected.
Change-Id: I4ba7379e9ea808b1f863ce5fc4ec21a47a242b7b
2 files changed