This document summarizes a research paper that proposes improvements to the software architecture of Android mobile operating systems to enhance security without compromising performance. The paper first reviews the architectures of several mobile operating systems including Android, iOS, Blackberry, Symbian and Windows Mobile. It then analyzes security risks in the Android architecture, such as its openness enabling malware. The paper proposes adding intrusion detection techniques like antivirus software, firewalls, and rootkit detectors implemented at the kernel level. A revised Android architecture is presented with additional layers for monitoring applications, detecting malicious behavior, and a control daemon to oversee the detection manager. The goal is to strengthen Android security without impacting its speed.