Browse Source

1.隐藏调试页面不需要的功能。

20241218TB223FC(测试jar包)
wangwanlei 8 months ago
parent
commit
c4d4315955
1 changed files with 16 additions and 0 deletions
  1. 16
    0
      app/src/main/res/layout/activity_manage.xml

+ 16
- 0
app/src/main/res/layout/activity_manage.xml View File

@@ -54,6 +54,7 @@
54 54
                     android:layout_width="0dp"
55 55
                     android:layout_height="80dp"
56 56
                     android:layout_weight="1"
57
+                    android:visibility="gone"
57 58
                     android:text="摄像头权限" />
58 59
 
59 60
 
@@ -96,6 +97,7 @@
96 97
                     android:layout_width="0dp"
97 98
                     android:layout_height="80dp"
98 99
                     android:layout_weight="1"
100
+                    android:visibility="gone"
99 101
                     android:text="wifi高级设置开关" />
100 102
 
101 103
                 <androidx.appcompat.widget.AppCompatButton
@@ -103,6 +105,7 @@
103 105
                     android:layout_width="0dp"
104 106
                     android:layout_height="80dp"
105 107
                     android:layout_weight="1"
108
+                    android:visibility="gone"
106 109
                     android:text="wifi高级设置开关2" />
107 110
 
108 111
                 <androidx.appcompat.widget.AppCompatButton
@@ -110,6 +113,7 @@
110 113
                     android:layout_width="0dp"
111 114
                     android:layout_height="80dp"
112 115
                     android:layout_weight="1"
116
+                    android:visibility="gone"
113 117
                     android:text="按键开关" />
114 118
 
115 119
                 <androidx.appcompat.widget.AppCompatButton
@@ -117,6 +121,7 @@
117 121
                     android:layout_width="0dp"
118 122
                     android:layout_height="80dp"
119 123
                     android:layout_weight="1"
124
+                    android:visibility="gone"
120 125
                     android:text="SD卡是否启用" />
121 126
 
122 127
                 <androidx.appcompat.widget.AppCompatButton
@@ -124,6 +129,7 @@
124 129
                     android:layout_width="0dp"
125 130
                     android:layout_height="80dp"
126 131
                     android:layout_weight="1"
132
+                    android:visibility="gone"
127 133
                     android:text="OTG是否启用" />
128 134
 
129 135
                 <androidx.appcompat.widget.AppCompatButton
@@ -131,6 +137,7 @@
131 137
                     android:layout_width="0dp"
132 138
                     android:layout_height="80dp"
133 139
                     android:layout_weight="1"
140
+                    android:visibility="gone"
134 141
                     android:text="冻结星火云鸽" />
135 142
 
136 143
                 <androidx.appcompat.widget.AppCompatButton
@@ -138,6 +145,7 @@
138 145
                     android:layout_width="0dp"
139 146
                     android:layout_height="80dp"
140 147
                     android:layout_weight="1"
148
+                    android:visibility="gone"
141 149
                     android:text="卸载酷安" />
142 150
 
143 151
                 <androidx.appcompat.widget.AppCompatButton
@@ -145,6 +153,7 @@
145 153
                     android:layout_width="0dp"
146 154
                     android:layout_height="80dp"
147 155
                     android:layout_weight="1"
156
+                    android:visibility="gone"
148 157
                     android:text="安装酷安" />
149 158
 
150 159
                 <androidx.appcompat.widget.AppCompatButton
@@ -152,6 +161,7 @@
152 161
                     android:layout_width="0dp"
153 162
                     android:layout_height="80dp"
154 163
                     android:layout_weight="1"
164
+                    android:visibility="gone"
155 165
                     android:text="禁止酷安应用管理页面" />
156 166
 
157 167
                 <androidx.appcompat.widget.AppCompatButton
@@ -173,6 +183,7 @@
173 183
                     android:layout_width="0dp"
174 184
                     android:layout_height="80dp"
175 185
                     android:layout_weight="1"
186
+                    android:visibility="gone"
176 187
                     android:text="设置桌面" />
177 188
 
178 189
                 <androidx.appcompat.widget.AppCompatButton
@@ -180,6 +191,7 @@
180 191
                     android:layout_width="0dp"
181 192
                     android:layout_height="80dp"
182 193
                     android:layout_weight="1"
194
+                    android:visibility="gone"
183 195
                     android:text="设置时间" />
184 196
             </androidx.appcompat.widget.LinearLayoutCompat>
185 197
 
@@ -192,6 +204,7 @@
192 204
                     android:layout_width="0dp"
193 205
                     android:layout_height="80dp"
194 206
                     android:layout_weight="1"
207
+                    android:visibility="gone"
195 208
                     android:text="限制飞行模式" />
196 209
 
197 210
                 <androidx.appcompat.widget.AppCompatButton
@@ -199,6 +212,7 @@
199 212
                     android:layout_width="0dp"
200 213
                     android:layout_height="80dp"
201 214
                     android:layout_weight="1"
215
+                    android:visibility="gone"
202 216
                     android:text="打开关闭状态栏" />
203 217
 
204 218
                 <androidx.appcompat.widget.AppCompatButton
@@ -220,12 +234,14 @@
220 234
                     android:layout_width="0dp"
221 235
                     android:layout_height="80dp"
222 236
                     android:layout_weight="1"
237
+                    android:visibility="gone"
223 238
                     android:text="清理缓存" />
224 239
                 <androidx.appcompat.widget.AppCompatButton
225 240
                     android:id="@+id/speed_btn"
226 241
                     android:layout_width="0dp"
227 242
                     android:layout_height="80dp"
228 243
                     android:layout_weight="1"
244
+                    android:visibility="gone"
229 245
                     android:text="清理内存" />
230 246
                 <EditText
231 247
                     android:layout_width="0dp"

Loading…
Cancel
Save