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. -->
6 <PreferenceScreen xmlns:android="http://schemas.android.com/apk/res/android">
8 android:key="application_version"
9 android:title="@string/application_version_title" />
11 android:key="os_version"
12 android:title="@string/os_version_title" />
14 android:fragment="org.chromium.chrome.browser.preferences.LegalInformationPreferences"
15 android:key="legal_information"
16 android:title="@string/legal_information_title" />