add constants for folder names
This commit is contained in:
parent
e8116f4542
commit
e1b1ca072e
|
@ -4,12 +4,11 @@ package org.torproject.android.service;
|
|||
|
||||
public interface TorServiceConstants {
|
||||
|
||||
|
||||
public final static String TOR_APP_USERNAME = "org.torproject.android";
|
||||
public final static String ORWEB_APP_USERNAME = "info.guardianproject.browser";
|
||||
|
||||
|
||||
//home directory of Android application
|
||||
public final static String DIRECTORY_TOR_BINARY = "bins";
|
||||
public final static String DIRECTORY_TOR_DATA = "data";
|
||||
|
||||
//name of the tor C binary
|
||||
public final static String TOR_ASSET_KEY = "tor";
|
||||
|
|
Loading…
Reference in New Issue