0

Is there any way to change background image on lock screen (Android devices. native Java code? No other functionality, just image change.

yole
  • 92,896
  • 20
  • 260
  • 197
Phil Boris
  • 104
  • 1
  • 8

1 Answers1

1

Follow this

There is no "lock screen image" in Android. There most certainly is no "lock screen image" concept that is the same between stock Android, HTC Sense, MOTOBLUR, etc. This simply is not part of the Android SDK.

The project that Mr. Rijk points to is a security violation that pretends to be a lock screen replacement

My Thinking: The lock screen wallpaper settings are dependent on the TouchWiz launcher, and we don't provide the API for this.

Community
  • 1
  • 1
kemdo
  • 1,429
  • 3
  • 15
  • 29