This document proposes a novel methodology for analyzing the malicious behavior of Android applications. It involves both static and dynamic analysis. Static analysis involves decompiling the app code and scanning for suspicious permissions, URLs or unused code. Dynamic analysis involves executing the app in a controlled environment to check for unauthorized actions. The methodology calculates a "malicious count" based on the number of suspicious occurrences found. It aims to help users safely use Android phones by identifying apps with malicious behaviors.