使用Intent 和IntentFilter进行通信
一、Component属性为Intent中的一个属性。 ComponentName comp = new ComponentName(ComponentAttr.this , SecondActivity.class); Intent intent = new Intent(); //为Intent设置Component属性 intent.se...