How to access android OS through android studio OR from any other Tool.?

54 Views Asked by At

I am doing my final year project on detecting and blocking android Cross Site Scripting (XSS) Attacks in WEBVIEW. For that i want to access android Operating System (OS) from where i will detect attacks and block them. Main problem i am facing is HOW CAN I ACCESS ANDROID OS THROUGH ANDROID STUDIO.? or IS THERE ANY OTHER TOOL FROM WHERE I CAN ACCESS OS.?

1

There are 1 best solutions below

4
On

Look for android web view's source code, modify it, and then replace system app. You will probably need root for that.