Guest User

Untitled

a guest
Jan 18th, 2019
90
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.29 KB | None | 0 0
  1. android:targetSdkVersion="9"
  2.  
  3. android:targetSdkVersion="9"
  4.  
  5. android:targetSdkVersion="9"
  6.  
  7. StrictMode.ThreadPolicy policy = new StrictMode.ThreadPolicy.Builder().permitAll().build();
  8. StrictMode.setThreadPolicy(policy);
  9.  
  10. ThreadPolicy tp = ThreadPolicy.LAX;
  11. StrictMode.setThreadPolicy(tp);
Add Comment
Please, Sign In to add comment