</pre><pre name="code" class="html"> <activity
android:name=".SecondActivity"
android:label="@string/app_name"
android:theme="@android:style/Theme.Dialog" >
</activity>
在此補充一下Task
Task是應用程序調用棧
摘自 Yours風之戀