mirror of
https://github.com/moparisthebest/open-keychain
synced 2025-01-07 03:28:09 -05:00
added class sources
This commit is contained in:
parent
f4a5ab7ad2
commit
971baf8a17
@ -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";
|
||||
|
Loading…
Reference in New Issue
Block a user