简体   繁体   中英

Turn on/off phone cellular network android

Hi I am developing an android app, where I am trying to turn on/off the phone cellular network. I tried looking for solutions, but did not succeed.

Please help! Thanks in advance.

if your mean is to turn on /off airplane mode you can use following link

Toggle airplane mode in Android .

and be sure that add following line to manifest file

    <uses-permission android:name="android.permission.WRITE_SETTINGS" /> 

/// Edit

As far as im aware flight mode will cover selection of setting to disable all wireless communication.

If you wish to only disable parts this will have to be done individually, not via flight mode.

try a method for each part of communication you wish to terminate.

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM