Reputation: 783
I want to design the Android App that will change the status bar of Android device as App opens like in iOS 7.
Can we make status bar changeable in Android?
Upvotes: 1
Views: 569
Reputation: 10203
Basically, no, the status bar in itself cannot be changed in Android by an application.
I guess that to be able to do that you'd need to make a custom ROM or maybe dive into the AOSP and find a way to do that on rooted phones.
Upvotes: 1