OSDN Git Service

am e9163527: am ad76e2f1: Merge change I8490c0ec into eclair
authorEvan Millar <emillar@google.com>
Thu, 1 Oct 2009 20:49:39 +0000 (13:49 -0700)
committerAndroid Git Automerger <android-git-automerger@android.com>
Thu, 1 Oct 2009 20:49:39 +0000 (13:49 -0700)
Merge commit 'e9163527b4e053026261c83a92f1193bb4bb31fa'

* commit 'e9163527b4e053026261c83a92f1193bb4bb31fa':
  com.android.contacts.action.FAST_TRACK->com.android.contacts.action.QUICK_CONTACT

1  2 
AndroidManifest.xml

              </intent-filter>
          </activity>
  
 -        <!-- Used to show QuickContact window over a translucent activity, which is a
 +        <!-- Used to show FastTrack window over a translucent activity, which is a
               temporary hack until we add better framework support. -->
          <activity
 -            android:name=".ui.QuickContactActivity"
 -            android:theme="@style/FullyTranslucent.QuickContact">
 +            android:name=".ui.FastTrackActivity"
 +            android:theme="@style/FullyTranslucent.FastTrack">
  
              <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>