Files
lawnchair/wmshell/src/com/android/wm/shell/docs
2024-11-02 10:55:28 +08:00
..
2024-11-02 10:55:28 +08:00
2024-11-02 10:55:28 +08:00
2024-11-02 10:55:28 +08:00
2024-11-02 10:55:28 +08:00
2024-11-02 10:55:28 +08:00
2024-11-02 10:55:28 +08:00
2024-11-02 10:55:28 +08:00
2024-11-02 10:55:28 +08:00
2024-11-02 10:55:28 +08:00
2024-11-02 10:55:28 +08:00

Window Manager Shell Readme

The following docs present more detail about the implementation of the WMShell library (in no particular order):

  1. What is the Shell
  2. Integration with SystemUI & Launcher
  3. Usage of Dagger
  4. Threading model in the Shell
  5. Making changes in the Shell
  6. Extending the Shell for Products/OEMs
  7. Debugging in the Shell
  8. Testing in the Shell

Todo

  • Per-feature docs
  • Feature flagging
  • Best practices & patterns