CustomTabs: Use ActivityCompat and ActivityOptionsCompat

Allow developers to call CustomTabsIntent.Builder.setStartAnimations
and setEndAnimations on <API 16 platform versions without crashing
by using the ActivityCompat and ActivityOptionsCompat shim classes to
stub out the functionality prior to API 16.

BUG: 25772403
Change-Id: I6bafdaf8fd8b1bf6867cdedd0eb0fa245d755a70
1 file changed