diff options
Diffstat (limited to 'src/de/blinkt/openvpn')
| -rw-r--r-- | src/de/blinkt/openvpn/FileSelect.java | 2 | 
1 files changed, 1 insertions, 1 deletions
diff --git a/src/de/blinkt/openvpn/FileSelect.java b/src/de/blinkt/openvpn/FileSelect.java index 30d6628e..b76dbc93 100644 --- a/src/de/blinkt/openvpn/FileSelect.java +++ b/src/de/blinkt/openvpn/FileSelect.java @@ -152,7 +152,7 @@ public class FileSelect extends Activity {  		if(!mData.startsWith(VpnProfile.INLINE_TAG))  			return mData;  		else -			return "/mnt/sdcard"; +			return Environment.getExternalStorageDirectory().getPath();  	}  	public CharSequence getInlineData() {  | 
