-
Notifications
You must be signed in to change notification settings - Fork 24
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Android 13: READ_LOGS permission changes #65
Comments
Google's changes are so damn annoying lol. The changes in Android 13 are a lot more involved than in Android 12, but I'll get it done eventually. |
The tweet says it's possible through Shizuku, but is that the case for rooted users as well? |
In case it's not been aforementioned, the way to remediate after an OS, as a user, is to reapply the |
This doesn't help here (Shiftphone 6mq, /e/OS (based on LineageOS for microG), Android 13). Although Scoop has root permission and I granted READ_LOG permission, after booting the device I need to stop the service, restart Scoop and give the requested one time permission. |
It seems that I misunderstood your post #65 (comment). I thought the described procedure would solve the issue permanently but it doesn't. As apps like Tasker and two log readers on my phone can read logs without problems this Scoop issue should be solvable at least on rooted devices. |
@bege10, that does indeed explain. It solely functions until the subsequent reboot for me, too.
Which log readers? If they're (F)OSS, that could be very useful. |
Both have free versions but are not open source. |
Screenshot of dialog [1]
Choosing "Allow one-time access" for the READ_LOGS permission request apparently gives the Scoop service the permissions as long as it runs, meaning that at the latest after a reboot, it will lose the permission again.
Reference: https://issuetracker.google.com/u/0/issues/232206670#comment19
Issues:
Scoop status notification falsely reports "Monitoring app crashes" (scoop_running)
and "Permission status" setting states "READ_LOGS permission is granted"
but doesn't detect app crashes
Only after stopping the service via the notification and reopening the app, the Android dialog [1] appears, after which (granting permission) Scoop works.
[1] https://twitter.com/MishaalRahman/status/1559930174598270976
Not of priority to me, just want to report it.
The text was updated successfully, but these errors were encountered: