摘要:
在Flag标志位设置t.setFlags(Intent.FLAG_ACTIVITY_SINGLE_TOP);与在androidManifest.xml中设置android:lauchmode="singleTop"效果一样,如下:package com.singletop.test1;import android.app.Activity;import android.content.Intent;import android.os.Bundle;import android.util.Log;import android.view.View;import android. 阅读全文
posted @ 2012-02-20 13:44
snowdrop
阅读(4227)
评论(0)
推荐(1)
浙公网安备 33010602011771号