Wallpaper component

If i use kodular default wallpaper component to set wallpaper in my app then image was set wallpaper as low quality image & image was scrollin. Any way to fix it.

Use activity Starter instead of wallpaper component.

Action: android.intent.action.ATTACH_DATA
DataType: image/*
DataUri: file:///storage/emulated/0/dir/filename.jpg

2 Likes

In data uri i can’t added direct link??

I didn’t try with direct url.
And if above answer is useful than Mark as solution. :blush:

1 Like

This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.