OSDN Git Service

Code sanitization
[android-x86/packages-apps-Launcher3.git] / src / com / android / launcher3 / Utilities.java
index b4f0a49..95e3d82 100644 (file)
@@ -618,7 +618,7 @@ public final class Utilities {
         return ATLEAST_LOLLIPOP && powerManager.isPowerSaveMode();
     }
 
-    public static boolean isWallapaperAllowed(Context context) {
+    public static boolean isWallpaperAllowed(Context context) {
         if (isNycOrAbove()) {
             try {
                 WallpaperManager wm = context.getSystemService(WallpaperManager.class);