blob: 4ee269a2a0205639c05c54a33c79e33febe56fb4 [file] [log] [blame]
Irfan Sheriff2ff62e22009-12-03 10:53:50 -08001<?xml version="1.0" encoding="utf-8"?>
2<!-- Copyright (C) 2009 The Android Open Source Project
3
4 Licensed under the Apache License, Version 2.0 (the "License");
5 you may not use this file except in compliance with the License.
6 You may obtain a copy of the License at
7
8 http://www.apache.org/licenses/LICENSE-2.0
9
10 Unless required by applicable law or agreed to in writing, software
11 distributed under the License is distributed on an "AS IS" BASIS,
12 WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
13 See the License for the specific language governing permissions and
14 limitations under the License.
15-->
16<PreferenceScreen
17xmlns:android="http://schemas.android.com/apk/res/android"
18android:title="@string/testing_wifi_info"
19android:key="parent">
20
21 <Preference
22 android:title="@string/wifi_api_test" >
23 <intent
24 android:action="android.intent.action.MAIN"
25 android:targetPackage="com.android.settings"
Jason Monkb7e43802016-06-06 16:01:58 -040026 android:targetClass="com.android.settings.Settings$WifiAPITestActivity" />
Irfan Sheriff2ff62e22009-12-03 10:53:50 -080027 </Preference>
28
29 <Preference
30 android:title="@string/wifi_config_info" >
31 <intent
32 android:action="android.intent.action.MAIN"
33 android:targetPackage="com.android.settings"
34 android:targetClass="com.android.settings.wifi.WifiConfigInfo" />
35 </Preference>
36
37 <Preference
38 android:title="@string/wifi_status_test" >
39 <intent
40 android:action="android.intent.action.MAIN"
41 android:targetPackage="com.android.settings"
42 android:targetClass="com.android.settings.wifi.WifiStatusTest" />
43 </Preference>
44
45</PreferenceScreen>