0
0
mirror of https://github.com/markusfisch/BinaryEye.git synced 2024-09-20 03:52:16 +02:00
BinaryEye/app
Markus Fisch a90aee570a Ignore lint warning about ACCESS_COARSE_LOCATION
Android 12 requires apps that request ACCESS_FINE_LOCATION
to also request ACCESS_COARSE_LOCATION. But this app doesn't
request nor requires ACCESS_FINE_LOCATION above SDK 28.

So this is a false positive and we're ignoring it.
Hopefully, this will be fixed in future updates.
2022-01-25 18:38:12 +01:00
..
src Replace fraction string with fraction character 2022-01-25 18:33:36 +01:00
build.gradle Advance version number to 1.47.0 2021-12-23 20:34:15 +01:00
lint.xml Ignore lint warning about ACCESS_COARSE_LOCATION 2022-01-25 18:38:12 +01:00
proguard-rules.pro Explicitly keep support.v7.widget.SearchView 2020-04-15 11:06:32 +02:00