Enable Sim Settings

Changes from Paul and MTK will be coming soon but this
allow us to do some initial testing.

Change-Id: Ic52bc3656bc7066c8bbb7435eaf14e9b8e66a257
This commit is contained in:
Wink Saville
2014-10-02 15:54:21 -07:00
parent c744c448e4
commit dbd052ed5e
2 changed files with 5 additions and 5 deletions

View File

@@ -877,8 +877,8 @@ public final class Utils {
(TelephonyManager) context.getSystemService(Context.TELEPHONY_SERVICE);
// TODO: Uncomment to re-enable SimSettings.
// return tm.getSimCount() > 0;
return false;
return tm.getSimCount() > 0;
//return false;
}
/**