Hello~ I have a concern about changing default Wallpaper.

I'm trying to make a several different set of Android Image, and I
need to put different default wallpaper image for each of them.

The problem is, as far as I understood, the default image is included
in Android framework, so if I changed the image, I have to re-build
the whole source code.
This takes a lot of time, and I want to avoid this re-building if I
can.

Currently the default wallpaper image is located in /frameworks/base/
core/res/res/drawable/default_wallpaper.jpg, and it's used in the
following two sections:

1. android.app -> ApplicationContext
   - clearWallpaper()
   - getWallpaper()

2. com.android.launcher -> WallpaperChooser
   - IMAGE_IDS

My current plan is modifying these two apps, so that they read a
different file (or a file located in a certain path) which is set
explicitly in the code and use it as the default wallpaper image.

I'm not sure if this will work, so if there is anyone who knows
anything about this matter, please give me some comments =D.

Or if there is a different way, please let me know. I personally don't
want to modify the framework code, so if there is a way without fixing
the framework, that would be the best!

Thank you for your help! =D

--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google
Groups "Android Developers" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to
[email protected]
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to