|
@@ -0,0 +1,204 @@
|
|
1
|
+<?xml version="1.0" encoding="utf-8"?>
|
|
2
|
+<LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"
|
|
3
|
+ android:layout_width="match_parent"
|
|
4
|
+ android:layout_height="match_parent"
|
|
5
|
+ android:orientation="vertical">
|
|
6
|
+
|
|
7
|
+ <androidx.core.widget.NestedScrollView
|
|
8
|
+ android:layout_width="match_parent"
|
|
9
|
+ android:layout_height="match_parent">
|
|
10
|
+
|
|
11
|
+ <androidx.appcompat.widget.LinearLayoutCompat
|
|
12
|
+ android:layout_width="match_parent"
|
|
13
|
+ android:layout_height="wrap_content"
|
|
14
|
+ android:orientation="vertical">
|
|
15
|
+
|
|
16
|
+ <androidx.appcompat.widget.LinearLayoutCompat
|
|
17
|
+ android:layout_width="match_parent"
|
|
18
|
+ android:layout_height="wrap_content"
|
|
19
|
+ android:gravity="center_vertical">
|
|
20
|
+
|
|
21
|
+ <androidx.appcompat.widget.AppCompatButton
|
|
22
|
+ android:id="@+id/adbopenBtn"
|
|
23
|
+ android:layout_width="0dp"
|
|
24
|
+ android:layout_height="80dp"
|
|
25
|
+ android:layout_weight="1"
|
|
26
|
+ android:text="打开usb调试" />
|
|
27
|
+
|
|
28
|
+
|
|
29
|
+ <androidx.appcompat.widget.AppCompatButton
|
|
30
|
+ android:id="@+id/adbclose_btn"
|
|
31
|
+ android:layout_width="0dp"
|
|
32
|
+ android:layout_height="80dp"
|
|
33
|
+ android:layout_weight="1"
|
|
34
|
+ android:text="关闭usb调试" />
|
|
35
|
+
|
|
36
|
+ <androidx.appcompat.widget.AppCompatButton
|
|
37
|
+ android:id="@+id/camera_btn"
|
|
38
|
+ android:layout_width="0dp"
|
|
39
|
+ android:layout_height="80dp"
|
|
40
|
+ android:layout_weight="1"
|
|
41
|
+ android:text="摄像头权限" />
|
|
42
|
+
|
|
43
|
+
|
|
44
|
+ <androidx.appcompat.widget.AppCompatButton
|
|
45
|
+ android:id="@+id/blu_btn"
|
|
46
|
+ android:layout_width="0dp"
|
|
47
|
+ android:layout_height="80dp"
|
|
48
|
+ android:layout_weight="1"
|
|
49
|
+ android:text="蓝牙开关" />
|
|
50
|
+
|
|
51
|
+ <androidx.appcompat.widget.AppCompatButton
|
|
52
|
+ android:id="@+id/net_btn"
|
|
53
|
+ android:layout_width="0dp"
|
|
54
|
+ android:layout_height="80dp"
|
|
55
|
+ android:layout_weight="1"
|
|
56
|
+ android:text="数据开关" />
|
|
57
|
+
|
|
58
|
+ <androidx.appcompat.widget.AppCompatButton
|
|
59
|
+ android:id="@+id/location_btn"
|
|
60
|
+ android:layout_width="0dp"
|
|
61
|
+ android:layout_height="80dp"
|
|
62
|
+ android:layout_weight="1"
|
|
63
|
+ android:text="定位开关" />
|
|
64
|
+
|
|
65
|
+ <androidx.appcompat.widget.AppCompatButton
|
|
66
|
+ android:id="@+id/wifi_btn"
|
|
67
|
+ android:layout_width="0dp"
|
|
68
|
+ android:layout_height="80dp"
|
|
69
|
+ android:layout_weight="1"
|
|
70
|
+ android:text="wifi开关" />
|
|
71
|
+ </androidx.appcompat.widget.LinearLayoutCompat>
|
|
72
|
+
|
|
73
|
+ <androidx.appcompat.widget.LinearLayoutCompat
|
|
74
|
+ android:layout_width="match_parent"
|
|
75
|
+ android:layout_height="wrap_content"
|
|
76
|
+ android:gravity="center_vertical">
|
|
77
|
+
|
|
78
|
+ <androidx.appcompat.widget.AppCompatButton
|
|
79
|
+ android:id="@+id/wifi_high_btn"
|
|
80
|
+ android:layout_width="0dp"
|
|
81
|
+ android:layout_height="80dp"
|
|
82
|
+ android:layout_weight="1"
|
|
83
|
+ android:text="wifi高级设置开关" />
|
|
84
|
+
|
|
85
|
+ <androidx.appcompat.widget.AppCompatButton
|
|
86
|
+ android:id="@+id/usb_btn"
|
|
87
|
+ android:layout_width="0dp"
|
|
88
|
+ android:layout_height="80dp"
|
|
89
|
+ android:layout_weight="1"
|
|
90
|
+ android:text="按键开关" />
|
|
91
|
+
|
|
92
|
+ <androidx.appcompat.widget.AppCompatButton
|
|
93
|
+ android:id="@+id/sd_btn"
|
|
94
|
+ android:layout_width="0dp"
|
|
95
|
+ android:layout_height="80dp"
|
|
96
|
+ android:layout_weight="1"
|
|
97
|
+ android:text="SD卡是否启用" />
|
|
98
|
+
|
|
99
|
+ <androidx.appcompat.widget.AppCompatButton
|
|
100
|
+ android:id="@+id/otg_btn"
|
|
101
|
+ android:layout_width="0dp"
|
|
102
|
+ android:layout_height="80dp"
|
|
103
|
+ android:layout_weight="1"
|
|
104
|
+ android:text="OTG是否启用" />
|
|
105
|
+
|
|
106
|
+ <androidx.appcompat.widget.AppCompatButton
|
|
107
|
+ android:id="@+id/ban_btn"
|
|
108
|
+ android:layout_width="0dp"
|
|
109
|
+ android:layout_height="80dp"
|
|
110
|
+ android:layout_weight="1"
|
|
111
|
+ android:text="冻结星火云鸽" />
|
|
112
|
+
|
|
113
|
+ <androidx.appcompat.widget.AppCompatButton
|
|
114
|
+ android:id="@+id/uninstall_btn"
|
|
115
|
+ android:layout_width="0dp"
|
|
116
|
+ android:layout_height="80dp"
|
|
117
|
+ android:layout_weight="1"
|
|
118
|
+ android:text="卸载酷安" />
|
|
119
|
+
|
|
120
|
+ <androidx.appcompat.widget.AppCompatButton
|
|
121
|
+ android:id="@+id/install_btn"
|
|
122
|
+ android:layout_width="0dp"
|
|
123
|
+ android:layout_height="80dp"
|
|
124
|
+ android:layout_weight="1"
|
|
125
|
+ android:text="安装酷安" />
|
|
126
|
+
|
|
127
|
+ <androidx.appcompat.widget.AppCompatButton
|
|
128
|
+ android:id="@+id/banmodle_btn"
|
|
129
|
+ android:layout_width="0dp"
|
|
130
|
+ android:layout_height="80dp"
|
|
131
|
+ android:layout_weight="1"
|
|
132
|
+ android:text="禁止酷安应用管理页面" />
|
|
133
|
+
|
|
134
|
+ <androidx.appcompat.widget.AppCompatButton
|
|
135
|
+ android:id="@+id/getsn_btn"
|
|
136
|
+ android:layout_width="0dp"
|
|
137
|
+ android:layout_height="80dp"
|
|
138
|
+ android:layout_weight="1"
|
|
139
|
+ android:text="获取设备信息" />
|
|
140
|
+
|
|
141
|
+ <androidx.appcompat.widget.AppCompatButton
|
|
142
|
+ android:id="@+id/reset_btn"
|
|
143
|
+ android:layout_width="0dp"
|
|
144
|
+ android:layout_height="80dp"
|
|
145
|
+ android:layout_weight="1"
|
|
146
|
+ android:text="恢复出厂" />
|
|
147
|
+
|
|
148
|
+ <androidx.appcompat.widget.AppCompatButton
|
|
149
|
+ android:id="@+id/launcher_btn"
|
|
150
|
+ android:layout_width="0dp"
|
|
151
|
+ android:layout_height="80dp"
|
|
152
|
+ android:layout_weight="1"
|
|
153
|
+ android:text="设置桌面" />
|
|
154
|
+
|
|
155
|
+ <androidx.appcompat.widget.AppCompatButton
|
|
156
|
+ android:id="@+id/settime_btn"
|
|
157
|
+ android:layout_width="0dp"
|
|
158
|
+ android:layout_height="80dp"
|
|
159
|
+ android:layout_weight="1"
|
|
160
|
+ android:text="设置时间" />
|
|
161
|
+ </androidx.appcompat.widget.LinearLayoutCompat>
|
|
162
|
+
|
|
163
|
+ <LinearLayout
|
|
164
|
+ android:layout_width="match_parent"
|
|
165
|
+ android:layout_height="wrap_content">
|
|
166
|
+
|
|
167
|
+ <androidx.appcompat.widget.AppCompatButton
|
|
168
|
+ android:id="@+id/airbtn_btn"
|
|
169
|
+ android:layout_width="0dp"
|
|
170
|
+ android:layout_height="80dp"
|
|
171
|
+ android:layout_weight="1"
|
|
172
|
+ android:text="限制飞行模式" />
|
|
173
|
+ <androidx.appcompat.widget.AppCompatButton
|
|
174
|
+ android:id="@+id/status_btn"
|
|
175
|
+ android:layout_width="0dp"
|
|
176
|
+ android:layout_height="80dp"
|
|
177
|
+ android:layout_weight="1"
|
|
178
|
+ android:text="打开关闭状态栏" />
|
|
179
|
+
|
|
180
|
+ <androidx.appcompat.widget.AppCompatButton
|
|
181
|
+ android:id="@+id/statuspanel_btn"
|
|
182
|
+ android:layout_width="0dp"
|
|
183
|
+ android:layout_height="80dp"
|
|
184
|
+ android:layout_weight="1"
|
|
185
|
+ android:text="打开关闭下拉" />
|
|
186
|
+
|
|
187
|
+ <androidx.appcompat.widget.AppCompatButton
|
|
188
|
+ android:id="@+id/hidekey_btn"
|
|
189
|
+ android:layout_width="0dp"
|
|
190
|
+ android:layout_height="80dp"
|
|
191
|
+ android:layout_weight="1"
|
|
192
|
+ android:text="隐藏底部按键" />
|
|
193
|
+
|
|
194
|
+
|
|
195
|
+ <EditText
|
|
196
|
+ android:layout_width="0dp"
|
|
197
|
+ android:layout_height="80dp"
|
|
198
|
+ android:layout_weight="1"
|
|
199
|
+ android:hint="输入"
|
|
200
|
+ android:inputType="text" />
|
|
201
|
+ </LinearLayout>
|
|
202
|
+ </androidx.appcompat.widget.LinearLayoutCompat>
|
|
203
|
+ </androidx.core.widget.NestedScrollView>
|
|
204
|
+</LinearLayout>
|