-
Notifications
You must be signed in to change notification settings - Fork 4
/
C2DMBroadcastReceiver.java
34 lines (28 loc) · 1.04 KB
/
C2DMBroadcastReceiver.java
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
// Decompiled by Jad v1.5.8g. Copyright 2001 Pavel Kouznetsov.
// Jad home page: http://www.kpdus.com/jad.html
// Decompiler options: packimports(3) disassembler
package com.google.android.c2dm;
import android.content.*;
// Referenced classes of package com.google.android.c2dm:
// C2DMBaseReceiver
public class C2DMBroadcastReceiver extends BroadcastReceiver
{
public C2DMBroadcastReceiver()
{
// 0 0:aload_0
// 1 1:invokespecial #8 <Method void BroadcastReceiver()>
// 2 4:return
}
public final void onReceive(Context context, Intent intent)
{
// 0 0:aload_1
// 1 1:aload_2
// 2 2:invokestatic #15 <Method void C2DMBaseReceiver.Ma(Context, Intent)>
// 3 5:aload_0
// 4 6:iconst_m1
// 5 7:aconst_null
// 6 8:aconst_null
// 7 9:invokevirtual #19 <Method void setResult(int, String, android.os.Bundle)>
// 8 12:return
}
}