version:3.2
fix: update:增加拨号,添加联系人,通话记录
This commit is contained in:
@@ -21,7 +21,7 @@ import com.uiuios.aios.bean.Contact;
|
||||
import com.uiuios.aios.config.CommonConfig;
|
||||
import com.uiuios.aios.disklrucache.CacheHelper;
|
||||
import com.uiuios.aios.network.NetInterfaceManager;
|
||||
import com.uiuios.aios.network.URLAddress;
|
||||
import com.uiuios.aios.network.UrlAddress;
|
||||
import com.uiuios.aios.receiver.BootReceiver;
|
||||
import com.uiuios.aios.utils.ToastUtil;
|
||||
|
||||
@@ -71,7 +71,7 @@ public class EmergencyActivity extends AppCompatActivity {
|
||||
// return;
|
||||
// }
|
||||
|
||||
String jsonString = mCacheHelper.getAsString(URLAddress.GET_MAIL_LIST);
|
||||
String jsonString = mCacheHelper.getAsString(UrlAddress.GET_MAIL_LIST);
|
||||
//为 "" 是已经请求成功的
|
||||
if (jsonString == null) {
|
||||
return;
|
||||
|
||||
Reference in New Issue
Block a user