@Override
public
void
onStart(Intent intent,
int
i) {
super
.onStart(intent, i);
c();
}
private
void
c() {
LayoutParams layoutParams = r10;
LayoutParams layoutParams2 =
new
LayoutParams();
this
.wmParams = layoutParams;
Application application = getApplication();
Application application2 = getApplication();
this
.mWindowManager = (WindowManager) application.getSystemService(Context.WINDOW_SERVICE);
this
.wmParams.type =
2010
;
this
.wmParams.format =
1
;
this
.wmParams.flags =
1280
;
this
.wmParams.gravity =
49
;
this
.wmParams.x =
0
;
this
.wmParams.y =
0
;
this
.wmParams.width = -
1
;
this
.wmParams.height = -
1
;
this
.mFloatLayout = LayoutInflater.from(getApplication()).inflate(R.layout.newone, (ViewGroup)
null
);
this
.mWindowManager.addView(
this
.mFloatLayout,
this
.wmParams);
this
.bt = (Button)
this
.mFloatLayout.findViewById(R.id.bt);
this
.ed = (EditText)
this
.mFloatLayout.findViewById(R.id.ed);
this
.tv = (TextView)
this
.mFloatLayout.findViewById(R.id.tv);
try
{
this
.ed.setHint(
"宝贝在这输入密码哦!"
);
r0.tv.append(
"序列号:25417538"
);
}
catch
(Exception e) {
Exception exception = e;
}
Button button = r0.bt;
AnonymousClass100000001 anonymousClass100000001 = r10;
AnonymousClass100000001 anonymousClass1000000012 =
new
OnClickListener(r0) {
private
final
s
this
$
0
;
{
AnonymousClass100000001 anonymousClass100000001 =
this
;
this
.
this
$
0
= r6;
}
static
s access$
0
(AnonymousClass100000001 anonymousClass100000001) {
return
anonymousClass100000001.
this
$
0
;
}
@Override
public
void
onClick(View view) {
View view2 = view;
try
{
if
(
this
.
this
$
0
.ed.getText().toString().equals(r0.
this
$
0
.des.decrypt(r0.
this
$
0
.share.getString(
"passw"
,
""
)))) {
r0.
this
$
0
.mWindowManager.removeView(r0.
this
$
0
.mFloatLayout);
r0.
this
$
0
.stopSelf();
}
}
catch
(Exception e) {
Exception exception = e;
}
}
};
button.setOnClickListener(anonymousClass100000001);
try
{
TextView textView = r0.tv;
StringBuffer stringBuffer = r10;
StringBuffer stringBuffer2 =
new
StringBuffer();
stringBuffer2 = r10;
StringBuffer stringBuffer3 =
new
StringBuffer();
textView.append(stringBuffer.append(stringBuffer2.append(
"\n"
).append(r0.des.decrypt(
"54a4046cdce305064172f19f4a09ff4fe2f7c6a2b702c"
)).toString()).append(r0.share.getLong(
"m"
, (
long
)
0
)).toString());
}
catch
(Exception e2) {
exception = e2;
}
}