Skip to content

Commit 0f7ad01

Browse files
committed
Add back saf
1 parent 2ff83fd commit 0f7ad01

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

QuestAppVersionSwitcher/FolderPermission.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -268,7 +268,7 @@ public static void DeleteDirectoryContent(string dir)
268268

269269
public static bool NeedsSAF()
270270
{
271-
return false;
271+
//return false;
272272
return Build.VERSION.SdkInt > BuildVersionCodes.Q;
273273
}
274274

0 commit comments

Comments
 (0)