summaryrefslogtreecommitdiffstats
path: root/tests
diff options
context:
space:
mode:
authorDmitri Plotnikov <dplotnikov@google.com>2010-04-22 17:59:04 -0700
committerDmitri Plotnikov <dplotnikov@google.com>2010-04-22 17:59:04 -0700
commit8700d8c24d2ea228f1e111b4231fe4a64f2e7efa (patch)
treeae7bc81b95a70a638f0804eaab898661a4dcd79b /tests
parent6e2009d58fdcf098cab033729d4a3b2444c2181c (diff)
downloadpackages_apps_Contacts-8700d8c24d2ea228f1e111b4231fe4a64f2e7efa.tar.gz
packages_apps_Contacts-8700d8c24d2ea228f1e111b4231fe4a64f2e7efa.tar.bz2
packages_apps_Contacts-8700d8c24d2ea228f1e111b4231fe4a64f2e7efa.zip
Making PinnedHeaderListView more self-contained.
Basically clearing the related logic out of the ContactsListActivity. Also introducing a separate configuration and a separate controller for the main contact list. Change-Id: Icc327272ed7daa9716e8d49ac7c3f4d6a05b7ca9
Diffstat (limited to 'tests')
-rw-r--r--tests/AndroidManifest.xml1
1 files changed, 0 insertions, 1 deletions
diff --git a/tests/AndroidManifest.xml b/tests/AndroidManifest.xml
index 53334a805..17ad3f7b6 100644
--- a/tests/AndroidManifest.xml
+++ b/tests/AndroidManifest.xml
@@ -40,7 +40,6 @@
<intent-filter>
<action android:name="android.intent.action.MAIN" />
<category android:name="android.intent.category.DEFAULT" />
- <category android:name="android.intent.category.LAUNCHER" />
</intent-filter>
</activity>