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
1 file changed
tree: 91ddda345613db9fc6accb24aee30e812a121bbb
  1. AospPanel/
  2. CompactPanel/
  3. OreoPanel/
  4. TiledPanel/
  5. VolumePluginCommon/
  6. plugins.mk
  7. README.md
README.md

POSP SystemUI Plugins

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!