79784889

Date: 2025-10-07 19:57:59
Score: 1.5
Natty:
Report link

The solution was to add tools:remove="android:maxSdkVersion" to the the FINE location on the Manifest. Like so:

<uses-permission android:name="android.permission.ACCESS_FINE_LOCATION"
        tools:remove="android:maxSdkVersion"/>

Solution by this answer

Reasons:
  • Low length (0.5):
  • Has code block (-0.5):
  • Self-answer (0.5):
  • Low reputation (1):
Posted by: Thiago Mattos