summaryrefslogtreecommitdiffstats
path: root/AndroidManifest.xml
diff options
context:
space:
mode:
authorJay Shrauner <shrauner@google.com>2015-08-24 12:22:01 -0700
committerJay Shrauner <shrauner@google.com>2015-08-24 12:22:01 -0700
commit3e5c8dda05966c6cb93d7137ceb51cd2f0176c66 (patch)
tree983e46d7bdeb97d4b04d930b6cdf8bc985b085e9 /AndroidManifest.xml
parent3faa80822a4f0a205568f660bf8de09913b86e01 (diff)
downloadpackages_apps_Contacts-3e5c8dda05966c6cb93d7137ceb51cd2f0176c66.tar.gz
packages_apps_Contacts-3e5c8dda05966c6cb93d7137ceb51cd2f0176c66.tar.bz2
packages_apps_Contacts-3e5c8dda05966c6cb93d7137ceb51cd2f0176c66.zip
Remove PinnedHeaderListDemoActivity
Remove test activity that was triggering automated test failures. Bug:23263168 Change-Id: I44f2410fad3c11ae764b093ac109846298ff473e
Diffstat (limited to 'AndroidManifest.xml')
-rw-r--r--AndroidManifest.xml8
1 files changed, 0 insertions, 8 deletions
diff --git a/AndroidManifest.xml b/AndroidManifest.xml
index 68adf0f6a..69ab23129 100644
--- a/AndroidManifest.xml
+++ b/AndroidManifest.xml
@@ -453,14 +453,6 @@
android:exported="false" />
<!-- end vCard related -->
- <!-- Pinned header list demo -->
- <activity android:name=".widget.PinnedHeaderListDemoActivity">
- <intent-filter>
- <action android:name="android.intent.action.MAIN" />
- <category android:name="android.intent.category.DEFAULT" />
- </intent-filter>
- </activity>
-
<!-- Intercept Dialer Intents for devices without a phone.
This activity should have the same intent filters as the DialtactsActivity,
so that its capturing the same events. Omit android.intent.category.LAUNCHER, because