Para fazer um url encode em uma URL:
String url = "http://www.google.com"; Uri.encode(url);
Biblioteca: import android.net.Uri;