android - Get home wallpaper and set it to my activity -
i want home wallpaper set , put background activity. possible ?
i searched on internet
wallpaperinfo v = w.getwallpaperinfo(); string name = v.getservicename();
i have service name (because wallpaper live service) example, have com.android.wallpaper.grass.grasswallpaper
...can use start service activity?
if so, how?
try add attribute tag in manifest:
android:theme="@android:style/theme.wallpaper"
Comments
Post a Comment