[android] Public API for choosing location by using the app #2675

Closed
rtsisyk wants to merge 1 commit from rt-location-api into master

1 commit

Author SHA1 Message Date
416c956549 [android] Public API for choosing location by using the app
```java
Intent intent = new Intent(Intent.ACTION_VIEW, Uri.parse("om://location"));
startActivityForResult(intent, REQ_CODE_LOCATION);
```

Closes 
2022-06-05 14:31:04 +03:00