Merge "Make isRebootRequiredForModemConfigChange SystemApi and set the default as true" am: 6e5e5ff1af
am: 250d99c433

Change-Id: I9c3f80657cb279959b87f2fe4d982d3b40d7d7ad
diff --git a/src/com/android/phone/PhoneInterfaceManager.java b/src/com/android/phone/PhoneInterfaceManager.java
index 553f7c4..638c13a 100755
--- a/src/com/android/phone/PhoneInterfaceManager.java
+++ b/src/com/android/phone/PhoneInterfaceManager.java
@@ -6543,7 +6543,7 @@
 
     /**
      * Get whether reboot is required or not after making changes to modem configurations.
-     * Return value defaults to false
+     * Return value defaults to true
      */
     @Override
     public boolean isRebootRequiredForModemConfigChange() {