Rename package back to orbot because these are orbot utils

This commit is contained in:
Dominik Schürmann
2015-06-17 15:30:35 +02:00
committed by Adithya Abraham Philip
parent c419885434
commit c74d6fc710
13 changed files with 12 additions and 15 deletions

View File

@@ -47,7 +47,7 @@
*****
*/
package org.sufficientlysecure.keychain.util.tor;
package org.sufficientlysecure.keychain.util.orbot;
import android.content.Context;
import android.content.Intent;

View File

@@ -47,7 +47,7 @@
*****
*/
package org.sufficientlysecure.keychain.util.tor;
package org.sufficientlysecure.keychain.util.orbot;
import org.sufficientlysecure.keychain.Constants;
import org.sufficientlysecure.keychain.util.Log;