[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 xiaolong_...@yahoo.com.cnwrote:


 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 romain...@google.com wrote:
   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
 
   On Feb 6, 7:32 pm, Romain Guy romain...@google.com wrote:
   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 xiaolong_...@yahoo.com.cn
 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 draging an
app and dropping it on home screen. Namely, I want to know which
config file contains these shortcuts. Thanks for your help in
Advance.
 
Thanks,
HelloWorld
 
   --
   Romain Guy
   Android framework engineer
   romain...@android.com
 
   Note: please don't send private questions to me, as I don't have time
   to provide private support.  All such questions should be posted on
   public forums, where I and others can see and answer them
 
  --
  Romain Guy
  Android framework engineer
  romain...@android.com
 
  Note: please don't send private questions to me, as I don't have time
  to provide private support.  All such questions should be posted on
  public forums, where I and others can see and answer them- 隐藏被引用文字 -
 
  - 显示引用的文字 -
 



-- 
Dianne Hackborn
Android framework engineer
hack...@android.com

Note: please don't send private questions to me, as I don't have time to
provide private support.  All such questions should be posted on public
forums, where I and others can see and answer them.

--~--~-~--~~~---~--~~
You received this message because you are subscribed to the Google
Groups Android Developers group.
To post to this group, send email to android-developers@googlegroups.com
To unsubscribe from this group, send email to
android-developers-unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en
-~--~~~~--~~--~--~---



[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 xiaolong_...@yahoo.com.cn 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 draging an
 app and dropping it on home screen. Namely, I want to know which
 config file contains these shortcuts. Thanks for your help in
 Advance.

 Thanks,
 HelloWorld

 




-- 
Romain Guy
Android framework engineer
romain...@android.com

Note: please don't send private questions to me, as I don't have time
to provide private support.  All such questions should be posted on
public forums, where I and others can see and answer them

--~--~-~--~~~---~--~~
You received this message because you are subscribed to the Google
Groups Android Developers group.
To post to this group, send email to android-developers@googlegroups.com
To unsubscribe from this group, send email to
android-developers-unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en
-~--~~~~--~~--~--~---



[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 break in a
future version of Launcher. Right?

Peli
www.openintents.org

On Feb 6, 7:32 pm, Romain Guy romain...@google.com wrote:
 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 xiaolong_...@yahoo.com.cn 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 draging an
  app and dropping it on home screen. Namely, I want to know which
  config file contains these shortcuts. Thanks for your help in
  Advance.

  Thanks,
  HelloWorld

 --
 Romain Guy
 Android framework engineer
 romain...@android.com

 Note: please don't send private questions to me, as I don't have time
 to provide private support.  All such questions should be posted on
 public forums, where I and others can see and answer them
--~--~-~--~~~---~--~~
You received this message because you are subscribed to the Google
Groups Android Developers group.
To post to this group, send email to android-developers@googlegroups.com
To unsubscribe from this group, send email to
android-developers-unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en
-~--~~~~--~~--~--~---



[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

 On Feb 6, 7:32 pm, Romain Guy romain...@google.com wrote:
 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 xiaolong_...@yahoo.com.cn 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 draging an
  app and dropping it on home screen. Namely, I want to know which
  config file contains these shortcuts. Thanks for your help in
  Advance.

  Thanks,
  HelloWorld

 --
 Romain Guy
 Android framework engineer
 romain...@android.com

 Note: please don't send private questions to me, as I don't have time
 to provide private support.  All such questions should be posted on
 public forums, where I and others can see and answer them
 




-- 
Romain Guy
Android framework engineer
romain...@android.com

Note: please don't send private questions to me, as I don't have time
to provide private support.  All such questions should be posted on
public forums, where I and others can see and answer them

--~--~-~--~~~---~--~~
You received this message because you are subscribed to the Google
Groups Android Developers group.
To post to this group, send email to android-developers@googlegroups.com
To unsubscribe from this group, send email to
android-developers-unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en
-~--~~~~--~~--~--~---