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
Delete-after-install is not a Shizuku problem. The pref is wired
correctly; the delete itself only ever calls DocumentsContract
.deleteDocument, which cannot handle the file:// URIs that
collectIncomingUris explicitly accepts, nor third-party FileProvider
URIs like the reporter's MiXplorer one. Both failure paths swallow the
exception, so it looks like the toggle does nothing.
Separates verified-by-reading from inferred, and notes the fix options
without picking one.
Co-Authored-By: Claude Opus 5 (1M context) <noreply@anthropic.com>
0 commit comments