diff --git a/Assets/Scripts/AssetsDownloader.cs b/Assets/Scripts/AssetsDownloader.cs index 0e7c151..7cf44bc 100644 --- a/Assets/Scripts/AssetsDownloader.cs +++ b/Assets/Scripts/AssetsDownloader.cs @@ -14,7 +14,9 @@ using Newtonsoft.Json.Linq; namespace QuestAppLauncher { - private bool installApp(string apkPath) + public class InstallAPK + { + private bool installApp(string apkPath) { bool success = true; //GameObject.Find("TextDebug").GetComponent().text = "Installing App"; @@ -60,6 +62,7 @@ namespace QuestAppLauncher return success; } + } /// /// Downloads assets (app icons packs and names files) from configured repos. ///