You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Show a popup or something similar to ask for permission to change the Location/Storage/etc permissions when they are turned Off, when we need them to be on.
Currently causes crash when set to Off on tablet. Not obvious to check since normal android operation would have a permission request during first run/when permission is needed.
The text was updated successfully, but these errors were encountered:
For point in code that crashes, look in current master, the problem is in TeleopPanel.java:2159
The LocationServices.FusedLocationApi value is null, so it's trying to derefernence that which causes the problem. location = LocationServices.FusedLocationApi.getLastLocation();
shawnhanna
changed the title
Popup when Android permissions are set to off
Show popup or other indication when Android permissions are set to unsupported values
Jun 19, 2017
Show a popup or something similar to ask for permission to change the Location/Storage/etc permissions when they are turned Off, when we need them to be on.
Currently causes crash when set to Off on tablet. Not obvious to check since normal android operation would have a permission request during first run/when permission is needed.
The text was updated successfully, but these errors were encountered: