From bd75f8e16c53c5b66e8f6732becf4a3e1982f619 Mon Sep 17 00:00:00 2001 From: p30496857 Date: Wed, 22 Nov 2023 15:24:04 +0800 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index e011acc..0c83197 100644 --- a/README.md +++ b/README.md @@ -1,2 +1,2 @@ # Multi_window_Functionality_Intrusion - +In Android's multi-window mode, different applications can run simultaneously, potentially leading to competition for certain exclusive resources on the device, such as camera and recorder resources. The core objective of this study is to research and avoid resource conflicts in the Android multi-window environment, ensuring the normal operation of applications in this context. We will investigate the causes of resource conflicts, analyze the competition between multi-window applications, and the best practices for resource allocation. By developing related tools and providing solutions based on Soot, our aim is to assist developers in better managing and maintaining their applications, preventing resource conflicts in a multi-window environment, and enhancing the performance and stability of the applications.