mirror of
https://github.com/moparisthebest/open-keychain
synced 2025-02-19 20:31:52 -05:00
added class sources
This commit is contained in:
parent
0423bb852a
commit
1087d231de
@ -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";
|
||||||
|
Loading…
x
Reference in New Issue
Block a user