blob: ccda55ff043d2be61fa66d141a354435c16698da [file] [log] [blame]
PauloftheWestf41aaa22014-10-20 11:26:13 -07001<?xml version="1.0" encoding="utf-8"?>
2<!-- Copyright (C) 2014 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
17<PreferenceScreen xmlns:android="http://schemas.android.com/apk/res/android"
18 android:title="@string/imei_information_title">
19
20 <!-- This menu item is only for CDMA phone -->
21 <Preference android:key="min_number"
22 android:title="@string/status_min_number"
Raju Yadavb2ad5bb2015-05-05 09:01:39 +020023 android:summary="@string/device_info_not_available"
24 android:persistent="false"/>
PauloftheWestf41aaa22014-10-20 11:26:13 -070025
26 <!-- This menu item is only for CDMA phone -->
27 <Preference android:key="prl_version"
28 android:title="@string/status_prl_version"
Raju Yadavb2ad5bb2015-05-05 09:01:39 +020029 android:summary="@string/device_info_not_available"
30 android:persistent="false"/>
PauloftheWestf41aaa22014-10-20 11:26:13 -070031
32 <!-- This menu item is only for CDMA phone -->
33 <Preference android:key="meid_number"
34 android:title="@string/status_meid_number"
Raju Yadavb2ad5bb2015-05-05 09:01:39 +020035 android:summary="@string/device_info_not_available"
36 android:persistent="false"/>
PauloftheWestf41aaa22014-10-20 11:26:13 -070037
38 <Preference android:key="imei"
39 android:title="@string/status_imei"
Raju Yadavb2ad5bb2015-05-05 09:01:39 +020040 android:summary="@string/device_info_not_available"
41 android:persistent="false"/>
PauloftheWestf41aaa22014-10-20 11:26:13 -070042
43 <Preference android:key="imei_sv"
44 android:title="@string/status_imei_sv"
Raju Yadavb2ad5bb2015-05-05 09:01:39 +020045 android:summary="@string/device_info_not_available"
46 android:persistent="false"/>
PauloftheWestf41aaa22014-10-20 11:26:13 -070047
48 <Preference android:key="icc_id"
49 android:title="@string/status_icc_id"
Raju Yadavb2ad5bb2015-05-05 09:01:39 +020050 android:summary="@string/device_info_not_available"
51 android:persistent="false"/>
PauloftheWestf41aaa22014-10-20 11:26:13 -070052
53</PreferenceScreen>