[android-developers] Re: Manage the home screen

2009-01-21 Thread Romain Guy

You need the permission
com.android.launcher.permission.INSTALL_SHORTCUT then follows what
Browser does here:
http://android.git.kernel.org/?p=platform/packages/apps/Browser.git;a=blob;f=src/com/android/browser/BrowserBookmarksPage.java;h=5c509a8a15d367529f108c907d2dea39b4e6d57e;hb=master
(see the createShortcutIntent() method and how INSTALL_SHORTCUT is
used.)

On Wed, Jan 21, 2009 at 7:41 AM, Jaz jazmeetwad...@gmail.com wrote:

 I am looking for pointers on Androids capability to manage its home
 screen. for example I need to put my own application links
 programatically in a particular design/UI and manage it . Something
 similar to the Nokia E71 home screen interface capabilities

 Would appreciate any help on this. Thanks - jaz
 




-- 
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: Manage the home screen

2009-01-21 Thread Jaz

Thanks Romain  -
Is there any capability by which I could arrange these in custom
layouts over the default home screen ?

Thanks
jaz

On Jan 21, 11:19 am, Romain Guy romain...@google.com wrote:
 You need the permission
 com.android.launcher.permission.INSTALL_SHORTCUT then follows what
 Browser does 
 here:http://android.git.kernel.org/?p=platform/packages/apps/Browser.git;a...
 (see the createShortcutIntent() method and how INSTALL_SHORTCUT is
 used.)

 On Wed, Jan 21, 2009 at 7:41 AM, Jaz jazmeetwad...@gmail.com wrote:

  I am looking for pointers on Androids capability to manage its home
  screen. for example I need to put my own application links
  programatically in a particular design/UI and manage it . Something
  similar to the Nokia E71 home screen interface capabilities

  Would appreciate any help on this. Thanks - jaz

 --
 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: Manage the home screen

2009-01-21 Thread Romain Guy

No :)

On Wed, Jan 21, 2009 at 10:56 AM, Jaz jazmeetwad...@gmail.com wrote:

 Thanks Romain  -
 Is there any capability by which I could arrange these in custom
 layouts over the default home screen ?

 Thanks
 jaz

 On Jan 21, 11:19 am, Romain Guy romain...@google.com wrote:
 You need the permission
 com.android.launcher.permission.INSTALL_SHORTCUT then follows what
 Browser does 
 here:http://android.git.kernel.org/?p=platform/packages/apps/Browser.git;a...
 (see the createShortcutIntent() method and how INSTALL_SHORTCUT is
 used.)

 On Wed, Jan 21, 2009 at 7:41 AM, Jaz jazmeetwad...@gmail.com wrote:

  I am looking for pointers on Androids capability to manage its home
  screen. for example I need to put my own application links
  programatically in a particular design/UI and manage it . Something
  similar to the Nokia E71 home screen interface capabilities

  Would appreciate any help on this. Thanks - jaz

 --
 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
-~--~~~~--~~--~--~---



[android-developers] Re: Manage the home screen

2009-01-21 Thread Jaz

Thanks for your help Romain

- jaz

On Jan 21, 1:57 pm, Romain Guy romain...@google.com wrote:
 No :)





 On Wed, Jan 21, 2009 at 10:56 AM, Jaz jazmeetwad...@gmail.com wrote:

  Thanks Romain  -
  Is there any capability by which I could arrange these in custom
  layouts over the default home screen ?

  Thanks
  jaz

  On Jan 21, 11:19 am, Romain Guy romain...@google.com wrote:
  You need the permission
  com.android.launcher.permission.INSTALL_SHORTCUT then follows what
  Browser does 
  here:http://android.git.kernel.org/?p=platform/packages/apps/Browser.git;a...
  (see the createShortcutIntent() method and how INSTALL_SHORTCUT is
  used.)

  On Wed, Jan 21, 2009 at 7:41 AM, Jaz jazmeetwad...@gmail.com wrote:

   I am looking for pointers on Androids capability to manage its home
   screen. for example I need to put my own application links
   programatically in a particular design/UI and manage it . Something
   similar to the Nokia E71 home screen interface capabilities

   Would appreciate any help on this. Thanks - jaz

  --
  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- Hide quoted text -

 - Show quoted text -
--~--~-~--~~~---~--~~
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
-~--~~~~--~~--~--~---