We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3993724 commit 1d82db0Copy full SHA for 1d82db0
mode/libraries/ar/src/processing/ar/PSurfaceAR.java
@@ -380,6 +380,8 @@ public void resumeThread() {
380
String message = null;
381
String exception = null;
382
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
385
switch (ArCoreApk.getInstance().requestInstall(sketch.getActivity(), true)) {
386
case INSTALL_REQUESTED:
387
message(T_ALERT_MESSAGE, C_NOT_SUPPORTED);
0 commit comments