Loading src/com/android/settings/cmstats/ReportingService.java +1 −1 Original line number Diff line number Diff line Loading @@ -103,7 +103,7 @@ public class ReportingService extends Service { // report to the cmstats service HttpClient httpClient = new DefaultHttpClient(); HttpPost httpPost = new HttpPost("http://stats.cyanogenmod.org/submit"); HttpPost httpPost = new HttpPost("https://stats.cyanogenmod.org/submit"); boolean success = false; try { Loading Loading
src/com/android/settings/cmstats/ReportingService.java +1 −1 Original line number Diff line number Diff line Loading @@ -103,7 +103,7 @@ public class ReportingService extends Service { // report to the cmstats service HttpClient httpClient = new DefaultHttpClient(); HttpPost httpPost = new HttpPost("http://stats.cyanogenmod.org/submit"); HttpPost httpPost = new HttpPost("https://stats.cyanogenmod.org/submit"); boolean success = false; try { Loading