Skip to content

Commit 1d82db0

Browse files
committed
url of helloar example for future reference
1 parent 3993724 commit 1d82db0

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

mode/libraries/ar/src/processing/ar/PSurfaceAR.java

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -380,6 +380,8 @@ public void resumeThread() {
380380
String message = null;
381381
String exception = null;
382382
try {
383+
// Perhaps this should be done in the MainActivity?
384+
// https://github.com/google-ar/arcore-android-sdk/blob/master/samples/hello_ar_java/app/src/main/java/com/google/ar/core/examples/java/helloar/HelloArActivity.java
383385
switch (ArCoreApk.getInstance().requestInstall(sketch.getActivity(), true)) {
384386
case INSTALL_REQUESTED:
385387
message(T_ALERT_MESSAGE, C_NOT_SUPPORTED);

0 commit comments

Comments
 (0)