We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 98d7af7 commit b77ffd0Copy full SHA for b77ffd0
src/main/java/org/medicmobile/webapp/mobile/EmbeddedBrowserActivity.java
@@ -261,7 +261,9 @@ private void enableJavascript(XWalkView container) {
261
* getLocation() is called. However, longer-term we are likely to want a more explicit
262
* async getLocation() implementation which is triggered only when needed.
263
* @see https://github.com/medic/medic-projects/issues/2629
264
+ * @deprecated @see https://github.com/medic/medic-webapp/issues/3781
265
*/
266
+ @Deprecated
267
private void enableLocationUpdates() {
268
if(ContextCompat.checkSelfPermission(this, permission.ACCESS_FINE_LOCATION) != PERMISSION_GRANTED) {
269
log("Cannot enable location updates: permission ACCESS_FINE_LOCATION not granted.");
0 commit comments