register GVR receivers with QtActivity

This commit is contained in:
Stephen Birarda 2015-01-27 11:38:38 -08:00
parent 43e907ec83
commit c0b61e4c38
2 changed files with 1 additions and 2 deletions

View file

@ -9,7 +9,7 @@
<meta-data android:name="com.samsung.android.vr.application.mode" android:value="vr_dual"/>
<activity android:configChanges="orientation|uiMode|screenLayout|screenSize|smallestScreenSize|locale|fontScale|keyboard|keyboardHidden|navigation"
android:name="${ANDROID_ACTIVITY_NAME}"
android:name="org.qtproject.qt5.android.bindings.QtActivity"
android:label="@string/AppDisplayName"
android:screenOrientation="landscape"
android:launchMode="singleTop"

View file

@ -19,7 +19,6 @@ set(ANDROID_SDK_ROOT $ENV{ANDROID_HOME})
set(ANDROID_APP_DISPLAY_NAME Interface)
set(ANDROID_API_LEVEL 19)
set(ANDROID_APK_PACKAGE io.highfidelity.gvrinterface)
set(ANDROID_ACTIVITY_NAME io.highfidelity.gvrinterface.GVRActivity)
find_package(LibOVR REQUIRED)
target_link_libraries(${TARGET_NAME} ${LIBOVR_LIBRARIES} ${LIBOVR_ANDROID_LIBRARIES})