1 <?xml version="1.0" encoding="utf-8"?>
2 <!-- Copyright 2014 The Chromium Authors. All rights reserved.
3 Use of this source code is governed by a BSD-style license that can be
4 found in the LICENSE file. -->
7 xmlns:android="http://schemas.android.com/apk/res/android"
8 xmlns:app="http://schemas.android.com/apk/res-auto">
9 <org.chromium.chrome.browser.preferences.HyperlinkPreference
10 android:key="open_source_license"
11 android:title="@string/open_source_license_title"
12 app:url="@string/open_source_license_url" />
13 <org.chromium.chrome.browser.preferences.HyperlinkPreference
14 android:key="terms_of_service"
15 android:title="@string/terms_of_service_title"
16 app:url="@string/chrome_terms_of_service_url" />
17 <org.chromium.chrome.browser.preferences.HyperlinkPreference
18 android:key="privacy_notice"
19 android:title="@string/privacy_notice_title"
20 app:url="@string/chrome_privacy_notice_url" />