f.java
1.09 KB
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
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
package com.instabug.library.util;
import android.content.Context;
import android.content.pm.ApplicationInfo;
import android.content.pm.PackageManager;
import android.content.pm.PackageManager.NameNotFoundException;
public class f
{
private Context a;
private PackageManager b;
private ApplicationInfo c;
private String d;
public f(Context paramContext)
{
this.a = paramContext;
this.d = paramContext.getPackageName();
this.b = paramContext.getPackageManager();
try
{
this.c = this.b.getApplicationInfo(this.d, 128);
return;
}
catch (PackageManager.NameNotFoundException paramContext)
{
paramContext.printStackTrace();
}
}
public String a()
{
if (this.c != null) {}
for (Object localObject = this.b.getApplicationLabel(this.c);; localObject = "(unknown)") {
return (String)localObject;
}
}
public int b()
{
return this.c.icon;
}
}
/* Location: /home/merong/decompile/hackery-dex2jar.jar!/com/instabug/library/util/f.class
* Java compiler version: 6 (50.0)
* JD-Core Version: 0.7.1
*/