summaryrefslogtreecommitdiff
path: root/res
diff options
context:
space:
mode:
authorThe Android Open Source Project <initial-contribution@android.com>2009-04-29 17:39:09 -0700
committerThe Android Open Source Project <initial-contribution@android.com>2009-04-29 17:39:09 -0700
commit8533a8f88d7acdf7db347af14a5503a4cbbe9df3 (patch)
treee0ba0baa2f5144af61cb0687a0969adc7d8c9f69 /res
parentf24bae2be7de6c341aa8752a2da68b204bdd37f6 (diff)
downloadApplicationsProvider-8533a8f88d7acdf7db347af14a5503a4cbbe9df3.tar.gz
import all files from p4
Diffstat (limited to 'res')
-rw-r--r--res/values/strings.xml25
-rw-r--r--res/xml/searchable.xml24
2 files changed, 49 insertions, 0 deletions
diff --git a/res/values/strings.xml b/res/values/strings.xml
new file mode 100644
index 0000000..a5d29aa
--- /dev/null
+++ b/res/values/strings.xml
@@ -0,0 +1,25 @@
+<?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">
+
+
+ <!-- Search label for applications. -->
+ <string name="search_label">Applications</string>
+
+ <!-- Description line displayed for an application entry in the search suggest list. -->
+ <string name="application_desc">Application</string>
+
+</resources>
diff --git a/res/xml/searchable.xml b/res/xml/searchable.xml
new file mode 100644
index 0000000..a95729e
--- /dev/null
+++ b/res/xml/searchable.xml
@@ -0,0 +1,24 @@
+<?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.
+-->
+
+<searchable xmlns:android="http://schemas.android.com/apk/res/android"
+ android:icon="@android:drawable/sym_def_app_icon"
+ android:label="@string/search_label"
+ android:searchMode="showSearchLabelAsBadge"
+ android:searchSuggestAuthority="applications"
+ android:searchSuggestIntentAction="android.intent.action.MAIN"
+>
+</searchable>