From a425becc8a624ef215a94142b4cdf132673524e5 Mon Sep 17 00:00:00 2001 From: amer cerkic Date: Wed, 27 Feb 2019 15:35:33 -0800 Subject: [PATCH] clean up of debugging --- android/apps/questInterface/src/main/AndroidManifest.xml | 2 +- .../highfidelity/questInterface/PermissionsChecker.java | 6 ++++-- .../java/io/highfidelity/oculus/OculusMobileActivity.java | 1 - interface/src/Application.cpp | 8 ++++---- 4 files changed, 9 insertions(+), 8 deletions(-) diff --git a/android/apps/questInterface/src/main/AndroidManifest.xml b/android/apps/questInterface/src/main/AndroidManifest.xml index 0f3616612a..a5de47bdce 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);