Reputation:
I'm trying to find a way to install a widget on the home screen/launcher, from my app, rather than from the launcher itself.
Since the default launcher doesn't seem to have a way to allow this I assume it's not.
Upvotes: 1
Views: 1497
Reputation: 2912
Seems shortly we will have ability to pull widgets to home screen directly from app. See sources in Android 4.0.1
public class InstallWidgetReceiver {
public static final String ACTION_INSTALL_WIDGET =
"com.android.launcher.action.INSTALL_WIDGET";
Upvotes: 0
Reputation: 1006779
You cannot "install a widget on the home screen/launcher, from [your] app". Users can add app widgets to their home screen -- developers cannot force the issue.
Upvotes: 3