Fix deprecated calls

Using resources.getDrawable(id, null) removes the theme warning for Books.

Not using deprecated resources.updateConfiguration seems OK: no visible
side effects, and since ResourcesManager#createResourcesImpl initializes
DisplayMetrics and Configuration, updateConfiguration sounds redundant.

Fixes: 131704689
Test: manual
Change-Id: I961e72adfea3ececb54128e0471ef521a27e5994
1 file changed