am 97d0a1db: Merge "Fix bug in the new notification sample." into ics-mr1

* commit '97d0a1db24c5c46089e5fa6c18b0fb1a49140125':
  Fix bug in the new notification sample.
This commit is contained in:
Dianne Hackborn
2012-01-30 12:56:10 -08:00
committed by Android Git Automerger

View File

@@ -631,7 +631,8 @@
<activity android:name=".app.IncomingMessageInterstitial"
android:label="You have messages"
android:theme="@style/ThemeHoloDialog"
android:launchMode="singleInstance"
android:launchMode="singleTask"
android:taskAffinity=""
android:excludeFromRecents="true">
</activity>
<!-- END_INCLUDE(interstitial_affinity) -->