WallPagerChangedReceiver.smali

.class public Lcom/ijinshan/cleaner/receiver/WallPagerChangedReceiver;
.super Lcom/cleanmaster/hpcommonlib/utils/CMBaseReceiver;
.source "WallPagerChangedReceiver.java"

# interfaces
.implements Lcom/cm/plugincluster/monitor/interfaces/IMonitor;


# static fields
.field private static a:Lcom/ijinshan/cleaner/receiver/WallPagerChangedReceiver;


# direct methods
.method static constructor <clinit>()V
    .registers 1

    .prologue
    .line 23
    const/4 v0, 0x0

    sput-object v0, Lcom/ijinshan/cleaner/receiver/WallPagerChangedReceiver;->a:Lcom/ijinshan/cleaner/receiver/WallPagerChangedReceiver;

    return-void
.end method

.method public constructor <init>()V
    .registers 1

    .prologue
    .line 22
    invoke-direct {p0}, Lcom/cleanmaster/hpcommonlib/utils/CMBaseReceiver;-><init>()V

    return-void
.end method


# virtual methods
.method public monitorNotify(ILjava/lang/Object;Ljava/lang/Object;)I
    .registers 5

    .prologue
    .line 60
    const/4 v0, 0x1

    return v0
.end method

.method public onReceiveInter(Landroid/content/Context;Landroid/content/Intent;)V
    .registers 5

    .prologue
    .line 35
    if-nez p2, :cond_3

    .line 47
    :cond_2
    :goto_2
    return-void

    .line 38
    :cond_3
    invoke-virtual {p2}, Landroid/content/Intent;->getAction()Ljava/lang/String;

    move-result-object v0

    .line 39
    invoke-static {v0}, Landroid/text/TextUtils;->isEmpty(Ljava/lang/CharSequence;)Z

    move-result v1

    if-nez v1, :cond_2

    .line 41
    const-string v1, "android.intent.action.WALLPAPER_CHANGED"

    invoke-virtual {v0, v1}, Ljava/lang/String;->equalsIgnoreCase(Ljava/lang/String;)Z

    move-result v0

    if-eqz v0, :cond_2

    .line 43
    invoke-static {}, Lcom/cm/plugincluster/notificationclean/plugin/NotificationCleanPluginDelegate;->getNotificationCleanModule()Lcom/cm/plugincluster/notificationclean/interfaces/INotificationCleanPluginModule;

    move-result-object v0

    invoke-interface {v0}, Lcom/cm/plugincluster/notificationclean/interfaces/INotificationCleanPluginModule;->deleteAndMakeWallPagerIfEnable()V

    goto :goto_2
.end method

.method public onReceiveInterAsync(Landroid/content/Context;Landroid/content/Intent;)V
    .registers 3

    .prologue
    .line 52
    return-void
.end method