Files
lawnchair/wmshell/src/com/android/wm/shell/docs/extending.md

13 lines
330 B
Markdown
Raw Normal View History

2024-11-02 10:45:09 +08:00
# Extending the Shell for Products/OEMs
---
## General Do's & Dont's
Do:
-  
Don't
- **Don't** override classes provided by WMShellBaseModule, it makes it difficult to make
simple changes to the Shell library base modules which are shared by all products
- If possible add mechanisms to modify the base class behavior