glob3mobile / g3m

The multiplatform advanced visualization framework
http://www.glob3mobile.com/
Other
116 stars 56 forks source link

Sensors. Support for VR #161

Closed amazingsmash closed 8 years ago

DiegoGomezDeck commented 8 years ago

Hi @amazingsmash

I'm wondering if those changes will require every application to get location permission?

amazingsmash commented 8 years ago

Hi @DiegoGomezDeck, iOS and Web ask for location permissions on runtime whereas permissions on Android are stated on the app manifest. On Android, the app fails if the location API is used without these permissions, so only apps using the GPS need them.

Denying this permissions on any platform should lead to an unusable IDeviceLocation via the isTracking() method.