| | |
| | | var mes = "Your phone has been ROOT and you cannot use the APP."; |
| | | #endif |
| | | |
| | | if (Shared.HDLUtils.ISJailBreak ()) { |
| | | //if (Shared.HDLUtils.ISJailBreak ()) { |
| | | |
| | | Alert alert = new Alert ("", mes, Language.StringByID (SimpleControl.R.MyInternationalizationString.Confrim)); |
| | | alert.ResultEventHandler += (sender2, e2) => { |
| | | Shared.HDLUtils.ExitApplication (); |
| | | }; |
| | | alert.Show (); |
| | | } |
| | | // Alert alert = new Alert ("", mes, Language.StringByID (SimpleControl.R.MyInternationalizationString.Confrim)); |
| | | // alert.ResultEventHandler += (sender2, e2) => { |
| | | // Shared.HDLUtils.ExitApplication (); |
| | | // }; |
| | | // alert.Show (); |
| | | //} |
| | | |
| | | |
| | | } |
| | |
| | | { |
| | | var backuplist = IO.FileUtils.ReadFiles (); |
| | | var mFileList = backuplist.FindAll ((obj) => obj != "null" && obj != UserConfig.configFile && obj != UserInfo.GlobalRegisterFile && obj != "AccountListDB" && obj != CommonConfig.ConfigFile && (!obj.Contains (".json"))); |
| | | |
| | | if (mFileList.Count <= 0) return; |
| | | |
| | | int resultCount = mFileList.Count; |