Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

setLiveWallpaper feature decrease supported device #28

Open
cool2apps opened this issue Oct 12, 2023 · 0 comments
Open

setLiveWallpaper feature decrease supported device #28

cool2apps opened this issue Oct 12, 2023 · 0 comments

Comments

@cool2apps
Copy link

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant