1
This commit is contained in:
@@ -64,8 +64,8 @@ public class MyApplication extends Application{
|
||||
// CrashHandler crashHandler = CrashHandler.getInstance();
|
||||
// crashHandler.init(this);
|
||||
Bugly.init(this,"d45325664f",false);
|
||||
System.setProperty("http.proxyHost", "haotian.hoheng.cn");
|
||||
System.setProperty("http.proxyPort", "8080");
|
||||
// System.setProperty("http.proxyHost", "haotian.hoheng.cn");
|
||||
// System.setProperty("http.proxyPort", "8080");
|
||||
|
||||
StrictMode.VmPolicy.Builder builder = new StrictMode.VmPolicy.Builder();
|
||||
StrictMode.setVmPolicy(builder.build());
|
||||
|
||||
Reference in New Issue
Block a user