darshanparajuli / LogcatReader

A simple app for viewing logs on an android device.
MIT License
580 stars 103 forks source link

Android 13 update and LogcatReader behaviour #70

Closed ehyoitsdavid closed 1 year ago

ehyoitsdavid commented 1 year ago

A popup will show up by Android 13 to prompt user access to "usage logs", have you noticed it @darshanparajuli

There is unfortunately no way to bypass it on Android 13, we may need some change to the instructions on granting permissions manually Screenshot_2022-12-01-18-48-44-23_c31b32364ce19ca8fcd150a417ecce58

darshanparajuli commented 1 year ago

It seems to work as expected if you simply tap "Allow one-time access", which is a fine behavior IMO. Thoughts?

ehyoitsdavid commented 1 year ago

OK we can close this now then