Skip to content

Latest commit

 

History

History
11 lines (8 loc) · 711 Bytes

README.md

File metadata and controls

11 lines (8 loc) · 711 Bytes

DisableLogRequest

Need Xposed
Automatic approve for app to access device logs (Android 13+)

How it works
it hook com.android.server.logcat.LogcatManagerService and call onAccessApprovedForClient on every request
Note: No activity will be started and the timer limit will not be bypassed.

Logcat TAG: DisableLogsRequest
see: LogcatManagerService.java and LogAccessDialogActivity.java