I try to make live wallpaper for android, but i can't get screen rotation, because lwp - it's a service, not activity. I need integer value (0/90/180/270), not orientation (landscape/portraite), like if i'm call something like this:
((Activity) context).getResources().getConfiguration().orientation;
It is possible? I tried many ways and read many articles, but i can't do it and can't find helpful information.
Thanks!