Wikitude
play_for_work
Forum
FAQ
Documentation
Download
wikitude.com
How can we help you today?
Enter your search term here...
Search
Start a new topic
Discussions
Wikitude SDK (Android, iOS, UWP)
Wikitude SDK Questions or Problems
Turn off GEO AR
D
Denilson Salltoris
started a topic
almost 7 years ago
Turn off GEO AR
3 Comments
Oldest First
Popular
Newest First
Sorted by
Oldest First
D
Denilson Salltoris
said
almost 7 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.
I count on your help.
E
Eva
said
almost 7 years ago
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 );
D
Denilson Salltoris
said
almost 7 years ago
Hi, Eva.
I will do this.
Thanks
Login
or
Signup
to post a comment
More topics in
Wikitude SDK Questions or Problems
Instatiation of WTArchitectView compile errors
Point of interest - native iOS
Slider
Camera lagging / slow in native Swift application
Create a web service
N-th ImageDrawable not displayed
Radar Example
stop defaultlocationmanager and use architectview.injectlocation ios 10
WTC Size Limit
AngularJS and wikitude
See all 3870 topics
© 2021 Wikitude, a Qualcomm company
Denilson Salltoris