dreamfrank 2006-6-21 23:39
如何注册本程序为缺省launcher?
如何注册本程序为缺省launcher?
ecool 2006-6-22 18:47
Try PrefSetPreference()
prefDefaultAppCreator UInt32 9 Creator ID of the application that is launched after a reset. If 0, the system default application is launched.
prefLauncherAppCreator UInt32 2 The creator ID of the application to be launched by the Applications silkscreen button.
dreamfrank 2006-6-22 20:37
[quote]ecool 写道:
Try PrefSetPreference()
prefDefaultAppCreator UInt32 9 Creator ID of the application that is launched after a reset. If 0, the system default application is launched.
prefLauncherAppCreator UInt32 2 The creator ID of the application to be launched by the Applications silkscreen button.
[/quote]
:8:感谢!!
bambon 2006-6-23 04:35
[quote]ecool 写道:
Try PrefSetPreference()
prefDefaultAppCreator UInt32 9 Creator ID of the application that is launched after a reset. If 0, the system default application is launched.
prefLauncherAppCreator UInt32 2 The creator ID of the application to be launched by the Applications silkscreen button.
[/quote]
哦,还能这样~~ 俺一直都是手工改SavedPref的psys0……
受教!谢谢◎