I want to set lockscreen image dynamically in android. Is it possible to set the image dynamically?
            Asked
            
        
        
            Active
            
        
            Viewed 2,540 times
        
    2
            
            
        - 
                    http://stackoverflow.com/questions/22281616/set-lock-screen-background-in-android-like-spotify-do – Vaibhavi Mar 02 '17 at 07:20
 
1 Answers
1
            
            
        it s available on API24
WallpaperManager.getInstance(this).setStream(inputStream, null, true, WallpaperManager.FLAG_LOCK);
check this reference
        Elias Fazel
        
- 2,093
 - 16
 - 20