I want to make it easy to add my app to home screen by pressing a button. So What I am Thinking is a button at the bottom of my app that says "Add to home screen" and when it is pressed, it adds the shortcut to the home screen without closing the application. what code should I add To do that?
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.
|
First step,you should make the luncher could receive a broadcast:
Next,add a permission in manifest.xml
Finally,create a function and call it when you click the button:
do it like this:
|
|||||
|
|
Send an INSTALL_SHORTCUT broadcast with the resulting Intent as an extra (in this case, the result Intent is opening some activity directly).
You also need this permission in your manifest:
|
||||
|
|
LowAcceptRateException: please accept some answers to your previously asked questions. – marc_s Aug 2 '12 at 5:30