Google has released the Android 11 or R since, it not going to have any sweet name anymore but the most highlighted and most wanted feature was that now you can easily switch on Aeroplane mode without turning off the Bluetooth. Yes you have read it right now you can easily listen to your favorite music without any interference on Android R/11. So, what are we waiting for let's jump into the process of enabling the feature.
Requirement :-
• Android 5.0+
• ADB installed
• First step is to enable the USB Debugging and then connect your phone to your PC through USB Cable
• Launch ADB interface and run this command.
adb shell content update --uri content://settings/global --bind value:s:'cell,nfc,wimax' --where "name='airplane_mode_radios'"
or,
adb shell settings put global airplane_mode_radios "cell,nfc,wimax"
• Restart your phone you are good to go.
Conclusion
As there are too many feature are introduced but it is a early stage of release there are going to be more feature to be coming in few day. We should be knowing all the feature in Google I/O in May.
See Also : How To Reduce Battery Drain In Android Phone
Requirement :-
• Android 5.0+
• ADB installed
• First step is to enable the USB Debugging and then connect your phone to your PC through USB Cable
• Launch ADB interface and run this command.
adb shell content update --uri content://settings/global --bind value:s:'cell,nfc,wimax' --where "name='airplane_mode_radios'"
or,
adb shell settings put global airplane_mode_radios "cell,nfc,wimax"
• Restart your phone you are good to go.
Conclusion
As there are too many feature are introduced but it is a early stage of release there are going to be more feature to be coming in few day. We should be knowing all the feature in Google I/O in May.
See Also : How To Reduce Battery Drain In Android Phone
Comments
Post a Comment