commit | 57d14559175523a6c23216ae963201df32116da3 | [log] [tgz] |
---|---|---|
author | Ziauddin Sameer <ziauddinsameer@gmail.com> | Mon Oct 26 21:29:21 2020 +0000 |
committer | Kshitij Gupta <kshitijgm@gmail.com> | Fri Dec 18 17:46:28 2020 +0000 |
tree | 91ddda345613db9fc6accb24aee30e812a121bbb | |
parent | 2cabc2d7cd343e6784dd2c9b1697b373e69f6e6c [diff] |
plugins: Update to flag SYSTEM_FLAG_SHOW_FOR_ALL_USERS for 11 - Android 11 replaces PRIVATE_FLAG_SHOW_FOR_ALL_USERS with SYSTEM_FLAG_SHOW_FOR_ALL_USERS, which breaks compilation of our Plugins. Use the SYSTEM_* flag instead. Change-Id: I83433ab06e927f03e4b8b61e8dadf7bc688f0725
This repository (currently) houses 4 different SystemUI Volume Panel Plugins. To build and use these as intended, you may need to pick some changes from our frameworks/base.
Then, compile the following modules:
AospPanel CompactPanel OreoPanel TiledPanel
Please refrain from altering packagenames/classpaths and Copyright headers Respect original works, we accept contributions via Gerrit Code Review :) Feel free to track this repository directly!
Special thanks to Alex (treydev) for the ViewTreeInspector animation trick!