Skip to content

Commit

Permalink
try to set inernal WorkPath correct (reverted from commit cd185ae)
Browse files Browse the repository at this point in the history
  • Loading branch information
Longri committed May 12, 2016
1 parent 9162dfc commit a82f841
Show file tree
Hide file tree
Showing 3 changed files with 288 additions and 291 deletions.
2 changes: 1 addition & 1 deletion Android_GUI/AndroidManifest.xml
@@ -1,7 +1,7 @@
<?xml version="1.0" encoding="utf-8"?>
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
package="de.cachebox_test" android:installLocation="auto"
android:versionCode="20160510" android:versionName="0.8.20160510(Test)">
android:versionCode="20160419" android:versionName="0.8.20160419(Test)">
<uses-sdk android:minSdkVersion="12" android:targetSdkVersion="25" />
<uses-permission android:name="android.permission.ACCESS_FINE_LOCATION"></uses-permission>
<uses-permission android:name="android.permission.ACCESS_COARSE_LOCATION"></uses-permission>
Expand Down
3 changes: 0 additions & 3 deletions Android_GUI/src/de/cachebox_test/splash.java
Expand Up @@ -707,9 +707,6 @@ private String getExternalSdPath(String Folder) {
final java.io.File[] externalCacheDirs = ContextCompat.getExternalCacheDirs(context);
final List<String> result = new ArrayList<String>();

//set internal Work Path
workPath = externalCacheDirs[0].getParent() + "/files";

for (int i = 1; i < externalCacheDirs.length; ++i) {
final java.io.File file = externalCacheDirs[i];
if (file == null)
Expand Down

0 comments on commit a82f841

Please sign in to comment.