activity-alias是android里为了反复使用Activity而设计的。当在Activity的onCreate()方法里,运行getIntent().getComponent().getClassName();得到的可能不是这个Activity的名字,有可能是别名的名字,比如:在Andr...
分类:
其他好文 时间:
2014-07-16 20:48:56
阅读次数:
232
activity-alias是android里为了反复使用Activity而设计的。当在Activity的onCreate()方法里,运行getIntent().getComponent().getClassName();得到的可能不是这个Activity的名字,有可能是别名的名字,比如:在Andr...
分类:
其他好文 时间:
2014-07-06 15:52:39
阅读次数:
359
activity-alias是android里为了重复使用Activity而设计的。当在Activity的onCreate()方法里,执行getIntent().getComponent().getClassName(); 得到的可能不是这个Activity的名字,有可能是别名的名字,例如:在And...
分类:
移动开发 时间:
2014-06-18 18:59:05
阅读次数:
193
格式:
<activity-alias android:enabled=["true" | "false"]
android:exported=["true" | "false"]
android:icon="drawable resource"
android:label="string resou...
分类:
移动开发 时间:
2014-06-02 03:02:06
阅读次数:
253