I want to use .getSystemService in a Fragment. When i use .getActivity() to get the context of my activity, Android Studio tells me in the same line that this is a \"unreach
You have a return statement as the first line in your method, right above the line that has your comment //GPS SIGNAL...
Anything after a return statement is of course unreachable code.