added class sources
This commit is contained in:
@@ -40,9 +40,13 @@ import android.content.DialogInterface;
|
|||||||
import android.content.Intent;
|
import android.content.Intent;
|
||||||
import android.content.pm.PackageManager;
|
import android.content.pm.PackageManager;
|
||||||
import android.net.Uri;
|
import android.net.Uri;
|
||||||
|
|
||||||
import org.sufficientlysecure.keychain.R;
|
import org.sufficientlysecure.keychain.R;
|
||||||
|
|
||||||
|
/**
|
||||||
|
* This class has been taken from the NetCipher library
|
||||||
|
* https://github.com/guardianproject/NetCipher
|
||||||
|
*/
|
||||||
public class OrbotHelper {
|
public class OrbotHelper {
|
||||||
|
|
||||||
private final static int REQUEST_CODE_STATUS = 100;
|
private final static int REQUEST_CODE_STATUS = 100;
|
||||||
|
|||||||
@@ -44,6 +44,10 @@ import java.util.StringTokenizer;
|
|||||||
|
|
||||||
import android.util.Log;
|
import android.util.Log;
|
||||||
|
|
||||||
|
/**
|
||||||
|
* This class has been taken from the NetCipher library
|
||||||
|
* https://github.com/guardianproject/NetCipher
|
||||||
|
*/
|
||||||
public class TorServiceUtils {
|
public class TorServiceUtils {
|
||||||
|
|
||||||
private final static String TAG = "TorUtils";
|
private final static String TAG = "TorUtils";
|
||||||
|
|||||||
Reference in New Issue
Block a user