Bug #456
cann't create new account in STRICTMODE
Description
cann't open connection on strictMode
GOOGLE suggest:
StrictMode.ThreadPolicy policy = new StrictMode.ThreadPolicy.Builder().permitAll().build();
StrictMode.setThreadPolicy(policy);
before open connection:
xmppConnection.connect();
Related issues
Updated by Frédéric Barthéléry about 12 years ago
- Status changed from New to Resolved
- Target version set to Dev
The create account activity has been completely rewritten.
Your solution is a work around to disable the strict mode instead of make the process work with it.