[android-developers] Re: How to add shortcut in home screen by modifying config file ?

2009-02-08 Thread Dianne Hackborn
If you are doing your own build of the platform, please ask your questions on android-platform or android-framework. This will reduce the noise on this list, and help people understand the context in which to answer your question. Thanks. On Sun, Feb 8, 2009 at 6:43 PM, HelloWorld wrote: > > Th

[android-developers] Re: How to add shortcut in home screen by modifying config file ?

2009-02-08 Thread HelloWorld
Thank you Guy and Peli. Because I need preload more shortcuts in homescreen, would you please point me how to add them into the database Guy mentioned above? On 2月7日, 上午3时01分, Romain Guy wrote: > > But the broadcast intent used there is in the com.android.launcher > > namespace, so it is not

[android-developers] Re: How to add shortcut in home screen by modifying config file ?

2009-02-06 Thread Romain Guy
> But the broadcast intent used there is in the com.android.launcher > namespace, so it is not part of the public SDK API, and may break in a > future version of Launcher. Right? It will not break. It is not considered a private API, it's just not a platform API. > > Peli > www.openintents.org >

[android-developers] Re: How to add shortcut in home screen by modifying config file ?

2009-02-06 Thread Peli
Hello HelloWorld, AnyCut can create custom shortcuts on the home screen - and it is open source: http://code.google.com/p/apps-for-android/source/browse#svn/trunk/AnyCut But the broadcast intent used there is in the com.android.launcher namespace, so it is not part of the public SDK API, and may

[android-developers] Re: How to add shortcut in home screen by modifying config file ?

2009-02-06 Thread Romain Guy
The shortcuts are contained in a private database. There is no config file you can modify directly. On Fri, Feb 6, 2009 at 1:46 AM, HelloWorld wrote: > > Dear all, > > Would you please point me how to add more shortcuts in home screen? > -- I want to do this by modifying config file rather than