How do I create an app to customize notification panel for Android?

327 Views Asked by At

I want to customize notification panel in my device. Specifically, I want to move quick tiles to bottom of the panel instead of top as it is easily accessible there. But if search Google for 'Android development - Notifications panel', it shows results to customize my apps notifications instead of customizing the notification panel. I don't know where to start. Can someone help me by pointing out resources regarding this?

1

There are 1 best solutions below

2
On

You can't. That's part of the system UI, and there's no API to reconfigure it like that.

Only a custom system image (that is, a modified version of the Android operating system) with a modified version of the system UI could do this.

While you can supply your own notifications, quick settings tiles, etc., they still can only be shown in the normal locations.