MY_PERMISSIONS_REQUEST_ACCESS_FINE_LOCATION permission android not recognised in code
问题 We are currently trying to request GPS permissions from an android phone so that we can show the current location on a Google Map. We have included this manifest, outside of application tags, under the manifest tag: <uses-permission android:name="android.permission.ACCESS_FINE_LOCATION"/> Here is the part of our code that is not working, it is not recognising MY_PERMISSIONS_REQUEST_ACCESS_FINE_LOCATION: if (ActivityCompat.checkSelfPermission(this, android.Manifest.permission.ACCESS_FINE