getSystemService – from Context to Android system

This article aims to teach you  what context.getSystemService method is and how to use it wisely Purpose Context.getSystemService method is used when we want to access one of few Android system-level services. To name only few of managers that we can get: LocationManager – access GPS device information NotificationManager – manage (create, cancel) notifications ConnectivityManager …