mirror of
https://github.com/LawnchairLauncher/lawnchair.git
synced 2026-03-04 18:06:48 +00:00
13 lines
330 B
Markdown
13 lines
330 B
Markdown
|
|
# 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
|