summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDianne Hackborn <hackbod@google.com>2010-07-24 18:22:58 -0700
committerDianne Hackborn <hackbod@google.com>2010-07-24 18:23:17 -0700
commitdcb7a354832c50861ffa866d4d4a2c9b33eea746 (patch)
tree6c20128159ea68b1459992b031b99b873590fdf8
parentf63351742705d7d421166cac23f7e23255a1f72e (diff)
downloadandroid_packages_providers_UserDictionaryProvider-dcb7a354832c50861ffa866d4d4a2c9b33eea746.tar.gz
android_packages_providers_UserDictionaryProvider-dcb7a354832c50861ffa866d4d4a2c9b33eea746.tar.bz2
android_packages_providers_UserDictionaryProvider-dcb7a354832c50861ffa866d4d4a2c9b33eea746.zip
Update app label.
Change-Id: I586ac2910f82e1630f88800fa844448fa60c992a
-rw-r--r--AndroidManifest.xml1
-rw-r--r--res/values/strings.xml21
2 files changed, 22 insertions, 0 deletions
diff --git a/AndroidManifest.xml b/AndroidManifest.xml
index b24a7a9..3a37acf 100644
--- a/AndroidManifest.xml
+++ b/AndroidManifest.xml
@@ -19,6 +19,7 @@
android:sharedUserId="android.uid.shared">
<application android:process="android.process.acore"
+ android:label="@string/app_label"
android:allowClearUserData="false"
android:backupAgent="DictionaryBackupAgent"
android:killAfterRestore="false"
diff --git a/res/values/strings.xml b/res/values/strings.xml
new file mode 100644
index 0000000..71fdb31
--- /dev/null
+++ b/res/values/strings.xml
@@ -0,0 +1,21 @@
+<?xml version="1.0" encoding="utf-8"?>
+<!-- Copyright (C) 2008 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.
+-->
+<resources xmlns:xliff="urn:oasis:names:tc:xliff:document:1.2">
+
+ <!-- Label of this application. -->
+ <string name="app_label">User Dictionary</string>
+
+</resources>