Merge remote-tracking branch 'refs/remotes/origin/master' into digitalhigh_automount

Woop woop
This commit is contained in:
d8ahazard
2016-09-15 13:49:30 -05:00
2 changed files with 63 additions and 37 deletions

View File

@ -70,6 +70,8 @@ public class ModulesFragment extends Fragment {
intent.setAction(Intent.ACTION_GET_CONTENT);
startActivityForResult(intent,FILE_SELECT_CODE);
}
});
}