summaryrefslogtreecommitdiff
path: root/packages/SystemUI/src/com/android/systemui/VendorServices.java
Commit message (Collapse)AuthorAgeFilesLines
* fixup! Merge tag 'android-13.0.0_r35' of ↵George Zacharia2023-04-051-9/+2
| | | | | | https://android.googlesource.com/platform/frameworks/base into t13.0 Change-Id: Idf37786cf3fa8e0738899a7a96b5ed9f9f18518c
* Merge tag 'android-13.0.0_r35' of ↵George Zacharia2023-04-031-3/+2
|\ | | | | | | | | | | | | | | https://android.googlesource.com/platform/frameworks/base into t13.0 Android 13.0.0 release 35 Change-Id: I709958b2f015d1774b2ece25894467c3a279f93c
| * Make CoreStartable an Interface.Dave Mankoff2022-10-131-5/+2
| | | | | | | | | | | | | | | | | | Context is no longer passed in as a constructor arg. Bug: 229228871 Test: manual Change-Id: I3dd5e593f209d120eb36faf33ba629a2066ad3f5 Merged-In: I3dd5e593f209d120eb36faf33ba629a2066ad3f5
* | Smart Pixels: Switch to registered receiverAdin Kwok2022-10-261-0/+5
|/ | | | | | | | | | | | | | | | | Switching to a registered receiver allows to properly handle updates on enabling of battery saver mode and switching of users. Also only update screen filter with burn-in protection when the device is in an interactive state. Test: Service starts after rebooting with it enabled Service starts on battery saver mode (user toggle) Service starts on battery saver mode (auto-enabled) Service re-adjusts on user switch to current user settings Filter updates after selected timeout Change-Id: Iced17fd5cc49e0163754bf75782f8465b54e859b Signed-off-by: Pranav Vashi <neobuddy89@gmail.com>
* Rename SystemUI class to CoreStartableDave Mankoff2021-11-091-1/+1
| | | | | | Bug: 205725937 Test: manual Change-Id: I045a8b4b21cae0f4a6e61502384e2b1a607bc1c6
* Pass context into the constructor of SystemUI objects.Dave Mankoff2019-10-101-0/+6
| | | | | | | | | The next step is to remove `components` from the SystemUI objects and replace them with Dagger injection. Bug: 138786270 Test: atest SystemUITests Change-Id: I27415a8fa8ba0378599356426d849c9cfb9879d2
* Add way to set live wallpaper across usersAdrian Roos2016-07-151-0/+29
Also adds an entry point for vendor specific services to SystemUI. Bug: 30038484 Change-Id: I8f335c1f7de15d619f2c688a8ac95372f166595f