summaryrefslogtreecommitdiffstats
path: root/AndroidManifest.xml
diff options
context:
space:
mode:
authorBrian Attwell <brianattwell@google.com>2015-01-15 03:44:32 +0000
committerAndroid Git Automerger <android-git-automerger@android.com>2015-01-15 03:44:32 +0000
commitaace61083cb3df64910c49e50d54b9618dc433ac (patch)
tree6393902b4fa6488b4968be0ddcdc131ce3f1abf6 /AndroidManifest.xml
parent5a21b1d8967c23dc104151e34b2910f5b94bad2d (diff)
parentee71ba1d54c747b09a67c2e47278a6d023488606 (diff)
downloadpackages_apps_Contacts-aace61083cb3df64910c49e50d54b9618dc433ac.tar.gz
packages_apps_Contacts-aace61083cb3df64910c49e50d54b9618dc433ac.tar.bz2
packages_apps_Contacts-aace61083cb3df64910c49e50d54b9618dc433ac.zip
am ee71ba1d: am 2ea58b67: am f0a2a8b2: Remove viewContactDesription intent label
* commit 'ee71ba1d54c747b09a67c2e47278a6d023488606': Remove viewContactDesription intent label
Diffstat (limited to 'AndroidManifest.xml')
-rw-r--r--AndroidManifest.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/AndroidManifest.xml b/AndroidManifest.xml
index 459af59c4..dafe4c27a 100644
--- a/AndroidManifest.xml
+++ b/AndroidManifest.xml
@@ -260,7 +260,7 @@
<data android:mimeType="vnd.android.cursor.item/person" />
</intent-filter>
- <intent-filter android:label="@string/viewContactDesription">
+ <intent-filter>
<action android:name="android.intent.action.VIEW" />
<category android:name="android.intent.category.DEFAULT" />
<data android:mimeType="vnd.android.cursor.item/person" />