We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4cfe280 commit 7e3fa97Copy full SHA for 7e3fa97
QuestAppVersionSwitcher/FolderPermission.cs
@@ -35,7 +35,7 @@ public static void openDirectory(string dirInExtenalStorage)
35
Uri.Parse(RemapPathForApi300OrAbove(dirInExtenalStorage)));
36
l.Launch(intent);
37
}
38
-
+
39
public static string RemapPathForApi300OrAbove(string path)
40
{
41
string suffix = path;
0 commit comments