OSDN Git Service

Add Build.isAtLeastO
authorClara Bayarri <clarabayarri@google.com>
Mon, 8 Aug 2016 13:52:57 +0000 (14:52 +0100)
committerClara Bayarri <clarabayarri@google.com>
Mon, 8 Aug 2016 13:58:50 +0000 (14:58 +0100)
commit3b8b07c8f439e86d239e07fe2726af473fd9c24c
tree8366d08b5dc108ac4e37afd2bf5e783761cd7848
parent310ab035b661f0596264b72f01d759dab5f04132
Add Build.isAtLeastO

This makes it easier for features to check the build is O or later
without dealing with codenames and then the switch to an api number.

Change-Id: Ica04e0fdf1e68d72f289f5428aaff6c5aff816c9
core/java/android/os/Build.java