summaryrefslogtreecommitdiffstats
path: root/tests/SslLoad/AndroidManifest.xml
diff options
context:
space:
mode:
Diffstat (limited to 'tests/SslLoad/AndroidManifest.xml')
-rw-r--r--tests/SslLoad/AndroidManifest.xml13
1 files changed, 0 insertions, 13 deletions
diff --git a/tests/SslLoad/AndroidManifest.xml b/tests/SslLoad/AndroidManifest.xml
deleted file mode 100644
index 497b1c7..0000000
--- a/tests/SslLoad/AndroidManifest.xml
+++ /dev/null
@@ -1,13 +0,0 @@
-<?xml version="1.0" encoding="utf-8"?>
-
-<manifest xmlns:android="http://schemas.android.com/apk/res/android" package="com.android.sslload">
- <uses-permission android:name="android.permission.INTERNET" />
- <application>
- <activity android:name="SslLoad" android:label="SSL Load">
- <intent-filter>
- <action android:name="android.intent.action.MAIN" />
- <category android:name="android.intent.category.LAUNCHER" />
- </intent-filter>
- </activity>
- </application>
-</manifest>