Merge "WallpaperManagerCompat: correct build version check" into ub-launcher3-edmonton

This commit is contained in:
TreeHugger Robot 2018-04-18 19:01:48 +00:00 committed by Android (Google) Code Review
commit 971a476cb7
1 changed files with 1 additions and 1 deletions

View File

@ -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) {