I want to create a method so when I wanted to call it and get the signal strength of my phone I’m totally aware of ordinary way of getting signal strength using PhoneStateListener.
I couldn’t find way to access for my problem but I’m sure there is a way for doing that.
Just create a variable and let the listener change its value every time it’s fired. When you click the button you should just display this variable’s value. Hope this helps.