Merge "WallpaperManagerCompat: correct build version check"

am: 8ef0aff593

Change-Id: Iece01a396a035d6ab3ca6dfb2dd623e2f23fc7a0
This commit is contained in:
Alexander Martinz
2018-04-11 14:35:03 -07:00
committed by android-build-merger
@@ -31,7 +31,7 @@ public abstract class WallpaperManagerCompat {
if (sInstance == null) {
context = context.getApplicationContext();
if (Utilities.ATLEAST_OREO) {
if (Utilities.ATLEAST_OREO_MR1) {
try {
sInstance = new WallpaperManagerCompatVOMR1(context);
} catch (Throwable e) {