What is the best way to find and print signal strength of a cell phone in Android?
问题 This is the code I have so far that gathers the strength value, but when I try to print it in the main activity the emulator does not open the app. How would I fix this? My emulator is in API 29. On the emulator, it simply opens and then goes back to the home screen. I am also unsure of what to declare context to in the main. I currently have it set to null. My goal is to get the cellular signal strength from a cell phone and have this update multiple times every second within an app that I