tags:

views:

84

answers:

1

Hi all,

I want to change the network signal strength programmatic-ally in android..Even though signal is full i want to make it 50% or even 0%. Friends is it possible..?If possible please me how to do it..Thanks in advance..

+1  A: 

To answer your question, no it is not possible, the Android SDK only provides a method to get the GSM Signal Strength not set it. For more information on the android.telephony.SignalStrength object, check out this link

Andrew Dunn