/DisableLogRequest

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

Primary LanguageJavaGNU Affero General Public License v3.0AGPL-3.0

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