Skip to content

Commit

Permalink
add selection of root folder from User (reverted from commit 74d0d87)
Browse files Browse the repository at this point in the history
  • Loading branch information
Longri committed May 12, 2016
1 parent 74d0d87 commit 9162dfc
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions Android_GUI/src/de/cachebox_test/splash.java
Original file line number Diff line number Diff line change
Expand Up @@ -644,9 +644,6 @@ public void getFolderReturn(String Path) {

private String getExternalSdPath(String Folder) {

Intent intent = new Intent(Intent.ACTION_OPEN_DOCUMENT_TREE);
startActivityForResult(intent, 42);

// check if Layout forced from User
workPath = Environment.getExternalStorageDirectory() + Folder;

Expand Down

0 comments on commit 9162dfc

Please sign in to comment.