OSDN Git Service

com.android.contacts.action.FAST_TRACK->com.android.contacts.action.QUICK_CONTACT
authorEvan Millar <emillar@google.com>
Thu, 1 Oct 2009 04:45:08 +0000 (21:45 -0700)
committerEvan Millar <emillar@google.com>
Thu, 1 Oct 2009 04:45:08 +0000 (21:45 -0700)
Change-Id: I8490c0ec674bd3dfc3944fcb54ae8f76e32fdb3c

AndroidManifest.xml

index d63da99..0950ff0 100644 (file)
             android:theme="@style/FullyTranslucent.QuickContact">
 
             <intent-filter>
-                <action android:name="com.android.contacts.action.FAST_TRACK" />
+                <action android:name="com.android.contacts.action.QUICK_CONTACT" />
                 <category android:name="android.intent.category.DEFAULT" />
                 <data android:mimeType="vnd.android.cursor.item/contact" android:host="com.android.contacts" />
             </intent-filter>