Snap for 4719555 from 77e312c285 to qt-release

Change-Id: If6b6600b0f37384953f6633ad554ffd9d824869d
This commit is contained in:
android-build-team Robot
2018-04-13 09:35:18 +00:00
@@ -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) {