File tree Expand file tree Collapse file tree 2 files changed +0
-2
lines changed
app/src/main/java/openscience/crowdsource/video/experiments Expand file tree Collapse file tree 2 files changed +0
-2
lines changed Original file line number Diff line number Diff line change 2727//todo it's better to implement all services using IoC
2828public class AppConfigService {
2929
30- public static final String DATA_LOCAL_TMP_VIENNACL_CACHE = "/data/local/tmp/viennacl_cache/" ;
3130 private final static String APP_CONFIG_DIR = "/sdcard/openscience/" ; //todo get log dir from common config service
3231 private final static String APP_CONFIG_FILE_PATH = APP_CONFIG_DIR + "app_config.json" ;
3332
Original file line number Diff line number Diff line change 6969import javax .microedition .khronos .opengles .GL10 ;
7070
7171import static openscience .crowdsource .video .experiments .AppConfigService .COMMAND_CHMOD_744 ;
72- import static openscience .crowdsource .video .experiments .AppConfigService .DATA_LOCAL_TMP_VIENNACL_CACHE ;
7372import static openscience .crowdsource .video .experiments .AppConfigService .cachedScenariosFilePath ;
7473import static openscience .crowdsource .video .experiments .AppConfigService .externalSDCardOpensciencePath ;
7574import static openscience .crowdsource .video .experiments .AppConfigService .externalSDCardOpenscienceTmpPath ;
You can’t perform that action at this time.
0 commit comments