Change the way you are applying your wallpaper. Create a Chooser like this:
context.startActivity(Intent.createChooser(intent, "Set as:"))
Using context.startActivity(intent) directly will apply wallpaper to either home screen or lock screen.
context.startActivity(intent)