• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1<PreferenceScreen xmlns:app="http://schemas.android.com/apk/res-auto">
2  <Preference
3      app:key="attestation_verified"
4      app:selectable="false"
5      app:title="@string/attestation_verified"/>
6
7  <Preference
8      app:key="attestation_device_locked"
9      app:selectable="false"
10      app:title="@string/attestation_device_locked"/>
11
12  <Preference
13      app:key="attestation_verified_boot_state"
14      app:selectable="false"
15      app:title="@string/attestation_verified_boot_state"/>
16
17  <Preference
18      app:key="attestation_imei"
19      app:selectable="false"
20      app:isPreferenceVisible="false"
21      app:title="@string/attestation_imei"/>
22
23  <Preference
24      app:key="attestation_serial"
25      app:selectable="false"
26      app:isPreferenceVisible="false"
27      app:title="@string/attestation_serial"/>
28
29  <Preference
30      app:key="attestation_security_level"
31      app:selectable="false"
32      app:isPreferenceVisible="false"
33      app:title="@string/attestation_security_level"/>
34
35  <Preference
36      app:key="attestation_keymaster_version"
37      app:selectable="false"
38      app:isPreferenceVisible="false"
39      app:title="@string/attestation_keymaster_version"/>
40
41  <Preference
42      app:key="attestation_keymaster_security_level"
43      app:selectable="false"
44      app:isPreferenceVisible="false"
45      app:title="@string/attestation_keymaster_security_level"/>
46
47  <Preference
48      app:key="attestation_os_version"
49      app:selectable="false"
50      app:isPreferenceVisible="false"
51      app:title="@string/attestation_os_version"/>
52
53  <Preference
54      app:key="attestation_brand"
55      app:selectable="false"
56      app:isPreferenceVisible="false"
57      app:title="@string/attestation_brand"/>
58
59  <Preference
60      app:key="attestation_device"
61      app:selectable="false"
62      app:isPreferenceVisible="false"
63      app:title="@string/attestation_device"/>
64
65  <Preference
66      app:key="attestation_product"
67      app:selectable="false"
68      app:isPreferenceVisible="false"
69      app:title="@string/attestation_product"/>
70
71  <Preference
72      app:key="attestation_second_imei"
73      app:selectable="false"
74      app:isPreferenceVisible="false"
75      app:title="@string/attestation_second_imei"/>
76
77  <Preference
78      app:key="attestation_meid"
79      app:selectable="false"
80      app:isPreferenceVisible="false"
81      app:title="@string/attestation_meid"/>
82
83  <Preference
84      app:key="attestation_manufacturer"
85      app:selectable="false"
86      app:isPreferenceVisible="false"
87      app:title="@string/attestation_manufacturer"/>
88
89  <Preference
90      app:key="attestation_model"
91      app:selectable="false"
92      app:isPreferenceVisible="false"
93      app:title="@string/attestation_model"/>
94
95  <Preference
96      app:key="attestation_vendor_patch_level"
97      app:selectable="false"
98      app:isPreferenceVisible="false"
99      app:title="@string/attestation_vendor_patch_level"/>
100
101  <Preference
102      app:key="attestation_boot_patch_level"
103      app:selectable="false"
104      app:isPreferenceVisible="false"
105      app:title="@string/attestation_boot_patch_level"/>
106</PreferenceScreen>