Features and Future Scope in AOSP - Part 2
Something that started as a hobby of mine, to something that I do professionally in my daily life. Core Features Modular Architecture Dynamic partitions for seamless A/B updates (and easy rollback) across devices. Many System Components packaged as APEX modules. Mainline Modules allow Google to update system components via Play Store. GKI (Generic Kernel Image) standardizes kernel builds across various devices. Flexibility Modify or change SystemUI, Quick Settings, lockscreen, and much more. Runtime Resource Overlay framework for live theming and UI-tweaks all without rebuilding or reflashing. Add or remove default apps, permissions, or behavior. Extend frameworks/base to add your own services or APIs. Device Portability ...