You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Interestingly, as you can see in the full output of adb shell dumpsys package com.tortel.syslog undermentioned, I appear to see that the permission was requested but not granted:
Issue
Per https://github.com/Tortel/SysLog/blob/85eeab330a00f5a0c610b95583246b6ee8bae050/Readme.md?plain=1#L24:~:text=adb%20shell%20pm%20grant%20com.tortel.syslog%20android.permission.READ_LOGS, I have invoked the undermentioned command (as the superuser on my host):
However, this hasn't caused the error element to disappear within the application, even after force stopping it:
By default, it's not granted:
Consequently, I grant it:
However, it doesn't appear to work:
...despite https://f-droid.org/repo/io.github.muntashirakon.AppManager_430.apk (from https://github.com/MuntashirAkon/AppManager/releases/download/v3.1.7/AppManager_v3.1.7.apk) stating that it's been granted:
Interestingly, as you can see in the full output of
adb shell dumpsys package com.tortel.syslog
undermentioned, I appear to see that the permission was requested but not granted:Environments
The text was updated successfully, but these errors were encountered: