Go to file
p30496857 67ffcd7fa8 ADD file via upload 2023-11-23 13:52:15 +08:00
AnaCam.apk ADD file via upload 2023-11-22 17:36:45 +08:00
AudioInput.java ADD file via upload 2023-11-23 13:52:08 +08:00
AudioOutput.java ADD file via upload 2023-11-23 13:52:15 +08:00
Camera2MethodAnalyzer.java ADD file via upload 2023-11-23 13:51:05 +08:00
CameraAlign.apk ADD file via upload 2023-11-22 17:36:56 +08:00
Checker2.java ADD file via upload 2023-11-23 13:51:23 +08:00
MobileWebCam.apk ADD file via upload 2023-11-22 17:36:28 +08:00
MyAnalysisCamera.java ADD file via upload 2023-11-23 13:51:13 +08:00
MyAnalysisCamera2.java ADD file via upload 2023-11-23 13:51:30 +08:00
MyAnalysisCameraX.java ADD file via upload 2023-11-23 13:51:37 +08:00
OpenCamera Sensors.apk ADD file via upload 2023-11-22 17:37:24 +08:00
README.md Update README.md 2023-11-22 15:24:04 +08:00
Test APP's exceptions.xlsx ADD experiment data file 2023-11-22 04:35:26 +08:00

README.md

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.