Update README.md

This commit is contained in:
p30496857 2023-11-22 15:24:04 +08:00
parent 577153b3c8
commit bd75f8e16c
1 changed files with 1 additions and 1 deletions

View File

@ -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.