Skip to content

setLiveWallpaper feature decrease supported device #28

@cool2apps

Description

@cool2apps

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions