added class sources

This commit is contained in:
Adithya Abraham Philip 2015-06-05 18:09:24 +05:30
parent f4a5ab7ad2
commit 971baf8a17
2 changed files with 9 additions and 1 deletions

View File

@ -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;

View File

@ -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";