如果你想防止这种情况的话可以使用
android:allowTaskReparenting="true"
反之可以设置成 false.
<application
        android:name="com.agidong.cons.AgiApplication"
        android:allowBackup="true"
        android:icon="@drawable/icon"
        android:label="@string/app_name"
        android:theme="@android:style/Theme.NoTitleBar"
        android:allowTaskReparenting="true"
        >
 
没有评论:
发表评论