Remove @Nullable from AppCompatActivity#findViewById

In practice if this really returns null then the developer messed up
earlier. It's not reasonable to expect developers to null check
findViewById, so make their linters happy by removing the annotation.

Bug 27759646

Change-Id: I1ef0f1b91280b8b5836d30e36ef96fb5f2bcd3f3
1 file changed