When adding permissions to my manifest file, the below xml works.
Change
new String[]{Manifest.permission.ACCESS_FINE_LOCATION}
To this
new String[]{android.Manifest.permission.ACCESS_FINE_LOCATION}
Your problem will be resolved.