Reputation: 21766
Sorry for very basic question but could not find the exact answer for it.
Using one application called AppXplore I am able to see one application systemui.apk (com.android.systemui) on my Nexus5. I want to know what is the use of this APK? What does this apk actually do?
Thanks in advance!
Upvotes: 2
Views: 5298
Reputation: 63303
SystemUI is the application that controls all the window decor you see on your device. It is a core application running as part of the system framework. The following items are handled/drawn by SystemUI:
Upvotes: 3
Reputation: 741
The file has a lot of icons for customizability. You can edit this (through some app or coding ,not sure though) to change the look and feel of your mobile. How to edit this can be found on http://forum.xda-developers.com/showthread.php?t=2203166. Cheers
Upvotes: 1