Skip to content

Commit

Permalink
Allow carrier provisioning to turn toggle radio power.
Browse files Browse the repository at this point in the history
Previously CarrierProvisioning toggle airplane mode, but now that's
available only by the system.

Bug: 9356811
Change-Id: I5167f8614c07bafb688983a360a008f76403b2b8
  • Loading branch information
Wink Saville committed Jun 10, 2013
1 parent 56cd646 commit 45ac964
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
1 change: 1 addition & 0 deletions CleanSpec.mk
Original file line number Diff line number Diff line change
Expand Up @@ -160,6 +160,7 @@ $(call add-clean-step, rm -rf $(OUT_DIR)/target/common/obj/JAVA_LIBRARIES/framew
$(call add-clean-step, rm -rf $(OUT_DIR)/target/common/obj/JAVA_LIBRARIES/framework_intermediates/src/core/java/com/android/internal/view/IInputMethodSession.*)
$(call add-clean-step, rm -rf $(OUT_DIR)/target/common/obj/JAVA_LIBRARIES/framework_intermediates/src/core/java/com/android/internal/view/IInputMethodCallback.*)
$(call add-clean-step, rm -rf $(OUT_DIR)/target/common/obj/JAVA_LIBRARIES/framework_intermediates)
$(call add-clean-step, rm -rf $(OUT_DIR)/target/common/obj/JAVA_LIBRARIES/framework_intermediates)
# ************************************************
# NEWER CLEAN STEPS MUST BE AT THE END OF THE LIST
# ************************************************
5 changes: 5 additions & 0 deletions telephony/java/com/android/internal/telephony/ITelephony.aidl
Original file line number Diff line number Diff line change
Expand Up @@ -173,6 +173,11 @@ interface ITelephony {
*/
boolean setRadio(boolean turnOn);

/**
* Set the radio to on or off unconditionally
*/
boolean setRadioPower(boolean turnOn);

/**
* Request to update location information in service state
*/
Expand Down

0 comments on commit 45ac964

Please sign in to comment.