summaryrefslogtreecommitdiff
path: root/AndroidManifest.xml
diff options
context:
space:
mode:
authorSean Leonard <meanderingcode@aetherislands.net>2014-02-04 16:56:31 -0800
committerSean Leonard <meanderingcode@aetherislands.net>2014-02-04 16:56:31 -0800
commitd246e4e0b571874de0927cacf72fb193baabdca9 (patch)
tree4d5ed9e36d067995ef7690c4d8018c65a587fe7a /AndroidManifest.xml
parentdbf1265f736c00aa31289e75818b1ec56311d31c (diff)
Deleted unused classes from ics-openvpn.
This classes were an obvious choice, there may be more unused classes around there. Conflicts: src/se/leap/bitmaskclient/ProviderListFragment.java
Diffstat (limited to 'AndroidManifest.xml')
-rw-r--r--AndroidManifest.xml6
1 files changed, 0 insertions, 6 deletions
diff --git a/AndroidManifest.xml b/AndroidManifest.xml
index 9c154c04..2b7ce4a5 100644
--- a/AndroidManifest.xml
+++ b/AndroidManifest.xml
@@ -127,12 +127,6 @@
</intent-filter>
</activity>
- <provider
- android:name="se.leap.openvpn.FileProvider"
- android:authorities="se.leap.openvpn.FileProvider"
- android:exported="true"
- android:grantUriPermissions="true" />
-
<activity
android:name="se.leap.bitmaskclient.Dashboard"
android:label="@string/title_activity_dashboard"