[android-developers] Re: Wallpaper static image location

2017-08-14 Thread michael . r . lindes
This is regarding Android 7.0 (Nougat) -- You received this message because you are subscribed to the Google Groups "Android Developers" group. To unsubscribe from this group and stop receiving emails from it, send an email to android-developers+unsubscr...@googlegroups.com. To post to this

Re: [android-developers] Re: Wallpaper size

2011-04-25 Thread Simon Platten
To enable density compatibility mode you would expect to find: |anyDensity=false in the ||supports-screens section of the manifest? My manifest has this: supports-screens android:largeScreens=true android:normalScreens=true

[android-developers] Re: Wallpaper size

2011-04-24 Thread Simon Platten
When using the code on Android 1.6 platforms, the bitmaps are re-sized as aspected, however when used on Android 2.1 its as if the function to rescale has no effect what so ever, the wallpapers always come out the wrong size. On Sun, Apr 24, 2011 at 9:12 AM, Simon Platten

[android-developers] Re: Wallpaper size

2011-04-24 Thread Simon Platten
Sorry, I should have included the code to resize, once I calculate the new width and height I call: return Bitmap.createScaledBitmap(m_bmpImage, m_intFinalWidth, m_intFinalHeight,

[android-developers] Re: Wallpaper size

2011-04-24 Thread Simon Platten
I can get the size of the wallpaper from the wallpaper manager: m_context = app.getApplicationContext(); WallpaperManager wpMngr = WallpaperManager.getInstance( m_context ); m_intWPheight = wpMngr.getDesiredMinimumHeight(); m_intWPwidth =

Re: [android-developers] Re: Wallpaper size

2011-04-24 Thread Dianne Hackborn
Have you made sure you are not running in screen density compatibility mode? On Sun, Apr 24, 2011 at 11:05 AM, Simon Platten simonaplat...@googlemail.com wrote: I can get the size of the wallpaper from the wallpaper manager: m_context = app.getApplicationContext();

Re: [android-developers] Re: Wallpaper

2009-11-09 Thread scott zhi
You can modify the Launcher. Add pictures and modify the List(or map) defined in java. -- You received this message because you are subscribed to the Google Groups Android Developers group. To post to this group, send email to android-developers@googlegroups.com To unsubscribe from this group,

Re: [android-developers] Re: Wallpaper

2009-11-08 Thread Zhihong GUO
make the question clear, how can I add images to the wallpaper gallery? 2009/11/7 Zhihong GUO gzhh...@gmail.com But where is the wallpaper gallery locate. It seems that only one image in /data/data/ com.android.settings/files/wallpaper 2009/2/12 Rohit mord...@gmail.com Talking to myself

Re: [android-developers] Re: Wallpaper

2009-11-08 Thread Dianne Hackborn
You can't, these are just the default images that are built into the platform. You can make your own wallpaper picker that the user can go through instead of the built-in one (or the image picker that is also available to them). On Sun, Nov 8, 2009 at 5:13 AM, Zhihong GUO gzhh...@gmail.com

Re: [android-developers] Re: Wallpaper

2009-11-08 Thread Zhihong GUO
In fact, providing multiple wallpaper picker will makes the customers puzzled. It is not good user experience. On Hero or Click, there are HTC's wallpaper picker, Google's wallpaper picker and may be 3rd party's picker. That is a disaster for user experience. 2009/11/9 Dianne Hackborn

Re: [android-developers] Re: Wallpaper

2009-11-07 Thread Zhihong GUO
But where is the wallpaper gallery locate. It seems that only one image in /data/data/ com.android.settings/files/wallpaper 2009/2/12 Rohit mord...@gmail.com Talking to myself here :( Here is what I figured out. The wallpaper is saved in /data/data/ com.android.settings/files/wallpaper and

[android-developers] Re: Wallpaper

2009-02-11 Thread Rohit
Talking to myself here :( Here is what I figured out. The wallpaper is saved in /data/data/ com.android.settings/files/wallpaper and yes there is a wallpaper service. Rohit --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google