Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 9ddd70b9 authored by Wink Saville's avatar Wink Saville Committed by Android Git Automerger
Browse files

am ac6c8621: am 30af45f4: Merge "Allow carrier provisioning to turn toggle...

am ac6c8621: am 30af45f4: Merge "Allow carrier provisioning to turn toggle radio power." into jb-mr2-dev

* commit 'ac6c8621':
  Allow carrier provisioning to turn toggle radio power.
parents ac5396a3 ac6c8621
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -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 −0
Original line number Diff line number Diff line
@@ -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
     */