summaryrefslogtreecommitdiff
path: root/java/com/android/dialer/about/res/xml/about_phone_fragment.xml
blob: 51f1d3eb045e28f9959b1d2022c203dfb027b98d (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
<PreferenceScreen xmlns:android="http://schemas.android.com/apk/res/android">
  <Preference
    android:key="@string/build_version_key"
    android:persistent="false"
    android:title="@string/build_version_label"/>

  <Preference
    android:key="@string/open_source_licenses_key"
    android:persistent="false"
    android:summary="@string/open_source_license_detail_label"
    android:title="@string/licenseActivityLabel">
  </Preference>

  <Preference
    android:key="@string/privacy_policy_key"
    android:persistent="false"
    android:title="@string/privacy_policy_label">
    <intent
      android:action="android.intent.action.VIEW"
      android:data="@string/privacy_policy_url"/>
  </Preference>

  <Preference
    android:key="@string/terms_of_service_key"
    android:persistent="false"
    android:title="@string/terms_of_service_label">
    <intent
      android:action="android.intent.action.VIEW"
      android:data="@string/terms_of_service_url"/>
  </Preference>
</PreferenceScreen>