Merge "WallpaperManagerCompat: correct build version check" am: 8ef0aff593
am: ca82c97e62
Change-Id: I3d9a11d55ff53e3c6a32e8f16782024006d992b7
This commit is contained in:
@@ -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) {
|
||||
|
||||
Reference in New Issue
Block a user