Merge "Fix bug in the new notification sample." into ics-mr1

This commit is contained in:
Dianne Hackborn
2012-01-30 12:52:26 -08:00
committed by Android (Google) Code Review

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) -->