This commit is contained in:
wheremyfoodat 2024-02-17 11:53:54 +02:00
parent f1e97fcd61
commit 19f6912f01

View file

@ -46,6 +46,7 @@ public class GameUtils {
String name = parts[parts.length - 1];
path = "game://internal/" + name;
}
context.startActivity(new Intent(context, GameActivity.class).putExtra(Constants.ACTIVITY_PARAMETER_PATH, path));
}
@ -75,7 +76,7 @@ public class GameUtils {
return FileUtils.getResourcePath(Constants.RESOURCE_FOLDER_ELF)+"/"+uri.getAuthority();
}
}
return path;
}