Namespaces
Variants
Actions
Revision as of 12:47, 20 July 2012 by hamishwillee (Talk | contribs)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

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);
126 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