added class sources

This commit is contained in:
Adithya Abraham Philip
2015-07-03 20:46:15 +05:30
parent 020fad77e5
commit f4f3a66d8c
2 changed files with 9 additions and 1 deletions
@@ -40,9 +40,13 @@ import android.content.DialogInterface;
import android.content.Intent;
import android.content.pm.PackageManager;
import android.net.Uri;
import org.sufficientlysecure.keychain.R;
/**
* This class has been taken from the NetCipher library
* https://github.com/guardianproject/NetCipher
*/
public class OrbotHelper {
private final static int REQUEST_CODE_STATUS = 100;
@@ -44,6 +44,10 @@ import java.util.StringTokenizer;
import android.util.Log;
/**
* This class has been taken from the NetCipher library
* https://github.com/guardianproject/NetCipher
*/
public class TorServiceUtils {
private final static String TAG = "TorUtils";