final StartupConfiguration config = new StartupConfiguration( * license key */ );
this.architectView.onCreate( config );
D
Denilson Salltoris
said
over 6 years ago
Hello, I need to turn off the GEO AR to extend the compatibility with devices at the request of my client. How to turn off GPS and Compass function on Android? I removed the AndroidManifest, but it did not work.
Denilson Salltoris