Start a new topic

Turn off GEO AR

Turn off GEO AR


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.

I count on your help.

Hi Denilson,

In order to do that please refer to the documentation here http://www.wikitude.com/external/doc/documentation/latest/Reference/Android%20Architect%20SDK%20API/html/com/wikitude/architect/StartupConfiguration.Features.html

In addition, you need to notify the ArchitectView about life-cycle events of the Activity

this.architectView = (ArchitectView)this.findViewById( R.id.architectView );

final StartupConfiguration config = new StartupConfiguration( * license key */ );

this.architectView.onCreate( config );

Hi, Eva.

I will do this.

Thanks

 
Login or Signup to post a comment