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 289b495 commit 1778a85Copy full SHA for 1778a85
app/src/main/java/com/samsung/microbit/utils/ProjectsHelper.java
@@ -207,7 +207,7 @@ public static boolean installSamples( Context context) {
207
208
File f = projectFile(context, ze.getName());
209
if (!f.getCanonicalPath().startsWith(projectRoot(context).getCanonicalPath())) {
210
- throw new SecurityException();
+ continue;
211
}
212
213
if (ze.isDirectory()) {
0 commit comments