Service Element annotations

Hi everyone,
I am creating a extension where i need to add service like this

but i don't have any idea how to use this

I'm trying to make live wallpaper extension..
thank in advance for help...

1 Like

You apply the @UsesServices annotation to your extension and specify the @ServiceElement instance(s) within it. Each field maps to either an XML attribute or a subelement. If you show your @UsesServices definition here we might be able to point out where it doesn't match up with the XML.

2 Likes

how do define this s?

i'm beginner in manifest editing only used permission :sweat_smile:

if example is possible the also cover it so that it will help easily.. hope you understand..