summaryrefslogtreecommitdiff
path: root/AndroidManifest.xml
diff options
context:
space:
mode:
authorArne Schwabe <arne@rfc2549.org>2013-12-28 13:54:17 +0100
committerArne Schwabe <arne@rfc2549.org>2013-12-28 13:54:17 +0100
commit44fa042fc540005dc909c3fb43715e6ddf5b1117 (patch)
tree861df69818bba89323a0f4a8b2d316021db6f439 /AndroidManifest.xml
parentc986dc374b1c6579918d976701c000178a6ea281 (diff)
Add PRNG security fixes.
ICS OpenVPN should not need this but it is better to be safe than sorry. --HG-- extra : rebase_source : 36df6499b7bb24654adc2f2897e04ac751feddfe
Diffstat (limited to 'AndroidManifest.xml')
-rw-r--r--AndroidManifest.xml1
1 files changed, 1 insertions, 0 deletions
diff --git a/AndroidManifest.xml b/AndroidManifest.xml
index b42cda8c..0e003078 100644
--- a/AndroidManifest.xml
+++ b/AndroidManifest.xml
@@ -30,6 +30,7 @@
android:theme="@android:style/Theme.DeviceDefault.Light"
android:icon="@drawable/icon"
android:label="@string/app"
+ android:name=".core.ICSOpenVPNApplication"
android:supportsRtl="true" >
<activity
android:name=".activities.VPNPreferences"