Blanket copy of PhoneApp to services/Telephony.

First phase of splitting out InCallUI from PhoneApp.

Change-Id: I237341c4ff00e96c677caa4580b251ef3432931b
diff --git a/res/xml/data_usage_settings.xml b/res/xml/data_usage_settings.xml
new file mode 100644
index 0000000..fdadb25
--- /dev/null
+++ b/res/xml/data_usage_settings.xml
@@ -0,0 +1,43 @@
+<?xml version="1.0" encoding="utf-8"?>
+<!-- Copyright (C) 2010 The Android Open Source Project
+
+     Licensed under the Apache License, Version 2.0 (the "License");
+     you may not use this file except in compliance with the License.
+     You may obtain a copy of the License at
+
+          http://www.apache.org/licenses/LICENSE-2.0
+
+     Unless required by applicable law or agreed to in writing, software
+     distributed under the License is distributed on an "AS IS" BASIS,
+     WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+     See the License for the specific language governing permissions and
+     limitations under the License.
+-->
+
+<PreferenceScreen xmlns:android="http://schemas.android.com/apk/res/android"
+        xmlns:settings="http://schemas.android.com/apk/res/com.android.phone">
+
+    <Preference
+            android:key="throttle_current_usage"
+            style="?android:preferenceInformationStyle"
+            android:title="@string/throttle_current_usage"
+            android:persistent="false" />
+
+    <Preference
+            android:key="throttle_time_frame"
+            style="?android:preferenceInformationStyle"
+            android:title="@string/throttle_time_frame"
+            android:persistent="false" />
+
+    <Preference
+            android:key="throttle_rate"
+            style="?android:preferenceInformationStyle"
+            android:title="@string/throttle_rate"
+            android:persistent="false" />
+
+    <Preference
+            android:key="throttle_help"
+            android:title="@string/throttle_help"
+            android:persistent="false" />
+
+</PreferenceScreen>