Namespaces
Variants
Actions

Change Wallpaper

Jump to: navigation, search
Article Metadata

Article
Created: ivey (15 Mar 2007)
Last edited: hamishwillee (20 Jul 2012)

To change wallpaper programmatically you can use the AknsWallpaperUtils class defined in aknswallpaperutils.h. You will need the WriteDeviceData capability, which is not available for self-signed applications.

Example

CAPABILITY WriteDeviceData
LIBRARY aknswallpaperutils.lib
#include <aknswallpaperutils.h>
 
_LIT(KWallpaperImage, "c:\\data\\images\\mywallpaper.jpg");
AknsWallpaperUtils::SetIdleWallpaper(KWallpaperImage, iCoeEnv);
This page was last modified on 20 July 2012, at 12:47.
128 page views in the last 30 days.
Nokia Developer aims to help you create apps and publish them so you can connect with users around the world.

京ICP备05048969号  © Copyright Nokia 2013 All rights reserved