Tell me more ×
Facebook - Stack Overflow is a question and answer site for facebook developers. It's 100% free, no registration required.
Facebook and Stack Exchange are now working together to support the Facebook developer community. Facebook engineers participate here along with the best Facebook developers in the world. If you have a technical question about Facebook, this is the best place to ask.

I'm wondering how I can go about creating a Live Folder programmatically, and what permissions I would need to request in my app.

I've read a bunch of articles and postings about how to create a LF via the normal home-long-press method.

I would assume I need to send a specific intent to the home screen, but I can't seem to find the name of the home screen activity to send to, nor the intent to send.

How can I go about doing this?

share|improve this question

1 Answer

up vote 2 down vote accepted

How can I go about doing this?

You don't. You cannot add live folders, app widgets, etc. to the user's home screen. Users need to request them via a long-click on the home screen or other mechanism that the home screen provides.

Moreover, please bear in mind that there are quite a few home screens out there, so even if one has some undocumented API that would let you do this, the others most likely will not.

share|improve this answer
There actually seems to be a way of adding launcher; a lot of apps have taken to adding icons to your home screen for themselves, though I haven't seen any create folders. – Ken Oct 11 '11 at 20:41
@Ken: see the last paragraph in my answer. – CommonsWare Oct 11 '11 at 20:43
I wasn't sure whether there was a documented way of adding an app, but not a folder. – Ken Oct 12 '11 at 7:33
@Ken: Not that I am aware of, sorry. – CommonsWare Oct 12 '11 at 11:22
Just checking. Thanks for your help. – Ken Oct 12 '11 at 21:03

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

Not the answer you're looking for? Browse other questions tagged or ask your own question.