UnityAlarmReceiver.smali

.class public Lcom/unity3d/plugin/downloader/UnityAlarmReceiver;
.super Landroid/content/BroadcastReceiver;
.source "SourceFile"


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

    invoke-direct {p0}, Landroid/content/BroadcastReceiver;-><init>()V

    return-void
.end method


# virtual methods
.method public onReceive(Landroid/content/Context;Landroid/content/Intent;)V
    .registers 4

    :try_start_0
    const-class v0, Lcom/unity3d/plugin/downloader/UnityDownloaderService;

    invoke-static {p1, p2, v0}, Lk7/c;->d(Landroid/content/Context;Landroid/content/Intent;Ljava/lang/Class;)I
    :try_end_5
    .catch Ljava/lang/Exception; {:try_start_0 .. :try_end_5} :catch_6

    goto :goto_a

    :catch_6
    move-exception p1

    invoke-virtual {p1}, Ljava/lang/Throwable;->printStackTrace()V

    :goto_a
    return-void
.end method