| Index: blimp/client/app/android/java/res/xml/about_blimp_preferences.xml
|
| diff --git a/blimp/client/app/android/java/res/xml/about_blimp_preferences.xml b/blimp/client/app/android/java/res/xml/about_blimp_preferences.xml
|
| deleted file mode 100644
|
| index f4f0789215ebc793405389888c05bd8fa48c3a72..0000000000000000000000000000000000000000
|
| --- a/blimp/client/app/android/java/res/xml/about_blimp_preferences.xml
|
| +++ /dev/null
|
| @@ -1,25 +0,0 @@
|
| -<?xml version="1.0" encoding="utf-8"?>
|
| -<!-- Copyright 2016 The Chromium Authors. All rights reserved.
|
| - Use of this source code is governed by a BSD-style license that can be
|
| - found in the LICENSE file. -->
|
| -
|
| -<PreferenceScreen xmlns:android="http://schemas.android.com/apk/res/android"
|
| - android:title="@string/about_blimp_preferences">
|
| - <Preference
|
| - android:key="application_version"
|
| - android:title="@string/application_version_title" />
|
| - <Preference
|
| - android:key="os_version"
|
| - android:title="@string/os_version_title" />
|
| - <Preference
|
| - android:key="blimp_engine_ip"
|
| - android:title="@string/blimp_engine_ip" />
|
| - <Preference
|
| - android:key="blimp_engine_version"
|
| - android:title="@string/blimp_engine_version" />
|
| - <ListPreference
|
| - android:key="blimp_assigner_url"
|
| - android:title="@string/blimp_assigner_url"
|
| - android:entries="@array/blimp_assigner_envs"
|
| - android:entryValues="@array/blimp_assigner_urls" />
|
| -</PreferenceScreen>
|
|
|