From 2c4d087fe7f48e31924ae1cc279adb8698eab59b Mon Sep 17 00:00:00 2001 From: Arne Schwabe Date: Mon, 25 Nov 2013 22:46:13 +0100 Subject: case insensitive FS to the victory! --HG-- rename : src/de/blinkt/openvpn/fragments/SeekbarTicks.java => src/de/blinkt/openvpn/fragments/SeekBarTicks.java extra : rebase_source : 61d3c5552729bb0f68984584dc0dd53c9fcdbf9e --- src/de/blinkt/openvpn/fragments/VPNProfileList.java | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'src/de/blinkt/openvpn/fragments/VPNProfileList.java') diff --git a/src/de/blinkt/openvpn/fragments/VPNProfileList.java b/src/de/blinkt/openvpn/fragments/VPNProfileList.java index c1587ec0..76b1b5d5 100644 --- a/src/de/blinkt/openvpn/fragments/VPNProfileList.java +++ b/src/de/blinkt/openvpn/fragments/VPNProfileList.java @@ -28,6 +28,7 @@ import java.util.Collection; import java.util.Comparator; import java.util.Set; import java.util.TreeSet; +import java.util.prefs.Preferences; public class VPNProfileList extends ListFragment { @@ -219,6 +220,9 @@ public class VPNProfileList extends ListFragment { @TargetApi(Build.VERSION_CODES.KITKAT) private void startFilePicker() { + + + Intent i = new Intent(Intent.ACTION_OPEN_DOCUMENT); i.addCategory(Intent.CATEGORY_OPENABLE); i.setType("application/x-openvpn-profile"); -- cgit v1.2.3