File tree Expand file tree Collapse file tree 2 files changed +1
-14
lines changed
java/com/zhxh/coroutines/ui Expand file tree Collapse file tree 2 files changed +1
-14
lines changed Original file line number Diff line number Diff line change @@ -3,7 +3,6 @@ package com.zhxh.coroutines.ui
3
3
import android.content.Intent
4
4
import android.os.Bundle
5
5
import android.support.v7.app.AppCompatActivity
6
- import com.creditease.netspy.NetSpyHelper
7
6
import com.zhxh.coroutines.R
8
7
import com.zhxh.coroutines.ui.netspy.MainNetSpyActivity
9
8
import kotlinx.android.synthetic.main.activity_guide.*
@@ -24,9 +23,5 @@ class GuideActivity : AppCompatActivity() {
24
23
btn_netspy.setOnClickListener {
25
24
startActivity(Intent (this @GuideActivity, MainNetSpyActivity ::class .java))
26
25
}
27
- btn_netspy_open.setOnClickListener {
28
-
29
- NetSpyHelper .debug(true )
30
- }
31
26
}
32
27
}
Original file line number Diff line number Diff line change 30
30
android : layout_height =" wrap_content"
31
31
android : layout_gravity =" center_horizontal"
32
32
android : layout_marginTop =" 10dp"
33
- android : text =" netspy监听 "
33
+ android : text =" netspy监听测试 "
34
34
android : textAllCaps =" false" />
35
35
36
- <Button
37
- android : id =" @+id/btn_netspy_open"
38
- android : layout_width =" wrap_content"
39
- android : layout_height =" wrap_content"
40
- android : layout_gravity =" center_horizontal"
41
- android : layout_marginTop =" 10dp"
42
- android : text =" 开启监听状态"
43
- android : textAllCaps =" false" />
44
36
45
37
</LinearLayout >
You can’t perform that action at this time.
0 commit comments