Update checks for Android O to use generalized check
A couple of places in our code-based were hand-written to check for whether the code was running on Android O, before we added support for this through BuildInfo#isAtLeastO(). This CL makes them both call the generic method, so if that generic method is changed, they will both benefit from that. BUG=704209 Change-Id: I44b583af0744a67c889ef786eef7e6a96ddf8eed Reviewed-on: https://chromium-review.googlesource.com/488129Reviewed-by:Dan Alcantara <dfalcantara@chromium.org> Reviewed-by:
Ted Choc <tedchoc@chromium.org> Commit-Queue: Tommy Nyquist <nyquist@chromium.org> Cr-Commit-Position: refs/heads/master@{#467585}
Showing
Please register or sign in to comment