From 92cfa49bfb55fc780a1f2a34a437ef6d1001379f Mon Sep 17 00:00:00 2001 From: amer cerkic Date: Wed, 27 Feb 2019 11:42:22 -0800 Subject: [PATCH] adding and testing command line parameter passing to application --- .../questInterface/src/main/AndroidManifest.xml | 2 +- .../questInterface/InterfaceActivity.java | 15 +++++++++++++++ .../questInterface/PermissionsChecker.java | 16 +++++++++++++++- .../oculus/OculusMobileActivity.java | 11 +++++++++++ interface/src/Application.cpp | 8 ++++---- 5 files changed, 46 insertions(+), 6 deletions(-) diff --git a/android/apps/questInterface/src/main/AndroidManifest.xml b/android/apps/questInterface/src/main/AndroidManifest.xml index a5de47bdce..0f3616612a 100644 --- a/android/apps/questInterface/src/main/AndroidManifest.xml +++ b/android/apps/questInterface/src/main/AndroidManifest.xml @@ -28,7 +28,7 @@ android:excludeFromRecents="true"> - + ()->handleLookupString(QUEST_DEV); +// / const QString QUEST_DEV = "hifi://quest-dev"; + // DependencyManager::get()->handleLookupString(QUEST_DEV); #endif } @@ -3669,8 +3669,8 @@ void Application::handleSandboxStatus(QNetworkReply* reply) { // If this is a first run we short-circuit the address passed in if (_firstRun.get()) { #if !defined(Q_OS_ANDROID) - DependencyManager::get()->goToEntry(); - sentTo = SENT_TO_ENTRY; + // DependencyManager::get()->goToEntry(); + // sentTo = SENT_TO_ENTRY; #endif _firstRun.set(false);