Merge "Should return the number of supported SIM cards"
This commit is contained in:
@@ -5978,7 +5978,7 @@ public class TelephonyManager {
|
||||
// FIXME Need to get it from Telephony Dev Controller when that gets implemented!
|
||||
// and then this method shouldn't be used at all!
|
||||
if(isMultiSimEnabled()) {
|
||||
return 2;
|
||||
return getPhoneCount();
|
||||
} else {
|
||||
return 1;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user