summaryrefslogtreecommitdiff
path: root/java/com/android/dialer/about/res/xml/about_phone_fragment.xml
diff options
context:
space:
mode:
authorTreeHugger Robot <treehugger-gerrit@google.com>2017-05-15 23:21:05 +0000
committerAndroid (Google) Code Review <android-gerrit@google.com>2017-05-15 23:21:06 +0000
commit0c9dbf507b53a12bdf577ff3e55c1686a2e089de (patch)
tree3849f2add85d7abe11151436b3f03f99783157a8 /java/com/android/dialer/about/res/xml/about_phone_fragment.xml
parente724c7b6376be660abf2113f97c7cbfc34515da8 (diff)
parentc857f90590e7d7fcffa89511982eb33afd34805f (diff)
Merge "Update Dialer to v10 RC32" into oc-dev
Diffstat (limited to 'java/com/android/dialer/about/res/xml/about_phone_fragment.xml')
-rw-r--r--java/com/android/dialer/about/res/xml/about_phone_fragment.xml31
1 files changed, 31 insertions, 0 deletions
diff --git a/java/com/android/dialer/about/res/xml/about_phone_fragment.xml b/java/com/android/dialer/about/res/xml/about_phone_fragment.xml
new file mode 100644
index 000000000..51f1d3eb0
--- /dev/null
+++ b/java/com/android/dialer/about/res/xml/about_phone_fragment.xml
@@ -0,0 +1,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>