-
Notifications
You must be signed in to change notification settings - Fork 289
Open
Description
Version: 90f9c2d (current master)
Android: 12 (Samsung Galaxy S10+, OneUI 4.1)
Expected Behaviour:
Enabling Scoped Storage in Settings enables Scoped Storage support.
Observed Behaviour:
It doesn't.
Reason and Fix:
| sp.edit().putBoolean("UseScopedStorage", (boolean) newValue).apply(); |
UseScopedStorage, but | final boolean choice = sp.getBoolean("AllowNewScopedStorage", false); |
AllowNewScopedStorage (which is never used anywhere else) and thus always returns false.Fix: Replace
AllowNewScopedStorage in Util.java with UseScopedStorage.
@Xavron pinging you since you seem to have (inofficially) taken over the project lead.
Metadata
Metadata
Assignees
Labels
No labels