async_wallpaper icon indicating copy to clipboard operation
async_wallpaper copied to clipboard

setLiveWallpaper feature decrease supported device

Open cool2apps opened this issue 2 years ago • 0 comments

Is your feature request related to a problem? Please describe. setLiveWallpaper feature decreases supported device dramatically on play store.

Describe the solution you'd like There should be a method to disable Live Wallpaper feature.

Describe alternatives you've considered I guess this package adds the line below to AndroidManifest.xml

    <uses-feature android:name="android.software.live_wallpaper" android:required="true"/>

If we can change it like below, this will solve the problem.

    <uses-feature android:name="android.software.live_wallpaper" android:required="false"/>

Additional context

cool2apps avatar Oct 12 '23 14:10 cool2apps