blob: 8bbec99875e9aaf9dfb5967f1b3bcccca026ac70 [file] [log] [blame]
The Android Open Source Projectafc4ab22009-03-03 19:32:34 -08001<?xml version="1.0" encoding="utf-8"?>
2<!-- Copyright (C) 2008 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
Bonian Chenbe5216c2019-12-13 14:39:51 +08007
The Android Open Source Projectafc4ab22009-03-03 19:32:34 -08008 http://www.apache.org/licenses/LICENSE-2.0
Bonian Chenbe5216c2019-12-13 14:39:51 +08009
The Android Open Source Projectafc4ab22009-03-03 19:32:34 -080010 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
17<PreferenceScreen xmlns:android="http://schemas.android.com/apk/res/android"
18 android:title="@string/testing" >
Bonian Chenbe5216c2019-12-13 14:39:51 +080019
The Android Open Source Projectafc4ab22009-03-03 19:32:34 -080020 <PreferenceScreen
Raju Yadav05fb0692015-04-29 11:04:49 +020021 android:title="@string/testing_phone_info"
22 android:key="radio_info_settings">
The Android Open Source Projectafc4ab22009-03-03 19:32:34 -080023 <intent android:action="android.intent.action.MAIN"
Bonian Chenbe5216c2019-12-13 14:39:51 +080024 android:targetPackage="com.android.phone"
25 android:targetClass="com.android.phone.settings.RadioInfo" />
The Android Open Source Projectafc4ab22009-03-03 19:32:34 -080026 </PreferenceScreen>
The Android Open Source Projectafc4ab22009-03-03 19:32:34 -080027
28 <PreferenceScreen
The Android Open Source Projectafc4ab22009-03-03 19:32:34 -080029 android:title="@string/testing_usage_stats">
30 <intent android:action="android.intent.action.MAIN"
31 android:targetPackage="com.android.settings"
Fabrice Di Meglio440e2452014-10-17 11:29:06 -070032 android:targetClass="com.android.settings.UsageStatsActivity" />
The Android Open Source Projectafc4ab22009-03-03 19:32:34 -080033 </PreferenceScreen>
Irfan Sheriff2ff62e22009-12-03 10:53:50 -080034
35 <PreferenceScreen
36 android:title="@string/testing_wifi_info" >
37 <intent
38 android:action="android.intent.action.MAIN"
39 android:targetPackage="com.android.settings"
Jason Monkb7e43802016-06-06 16:01:58 -040040 android:targetClass="com.android.settings.Settings$WifiInfoActivity" />
Irfan Sheriff2ff62e22009-12-03 10:53:50 -080041 </PreferenceScreen>
42
The Android Open Source Projectafc4ab22009-03-03 19:32:34 -080043</PreferenceScreen>