[android] Remove dead location code #2127

Merged
root merged 1 commit from rt-android-location-cleanup into master 2022-02-19 07:01:11 +00:00

1 commit

Author SHA1 Message Date
6b6425cb54 [android] Remove dead location code
`Build.VERSION.SDK_INT >= Build.VERSION_CODES.JELLY_BEAN_MR1` is always true,
because JELLY_BEAN_MR1 is API=17, but our minimal level is API=21.

No semantic changes intended.

Signed-off-by: Roman Tsisyk <roman@tsisyk.com>
2022-02-16 11:03:45 +03:00