Skip to content

Xposed-Modules-Repo/com.queallytech.disablelogrequest

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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