Quicksetting screen problem?

Post your questions and help other users.

Moderator: Martin

Post Reply
Econdoc
Posts: 153
Joined: 28 May 2016 20:06

Quicksetting screen problem?

Post by Econdoc » 26 Sep 2017 13:21

My phone has multiple quick tile screens. The quicksettings() function in CONTROL UI only sees the first screen. How can I get to the other screens?
Thanks

User avatar
Martin
Posts: 4468
Joined: 09 Nov 2012 14:23

Re: Quicksetting screen problem?

Post by Martin » 01 Oct 2017 08:47

Hi,

To my knowledge there's no proper way (=an official API) to directly reach the other screens. You could use function scrollForward(x, y) where x and y are somewhere within the area of the first quick settings page to scroll to the second. Reordering the tiles so that all important tiles are on the first page is probably more reliable.

Regards,
Martin

Post Reply