The Android Open Source Project | 9066cfe | 2009-03-03 19:31:44 -0800 | [diff] [blame] | 1 | <?xml version="1.0" encoding="utf-8"?> |
| 2 | |
| 3 | <manifest xmlns:android="http://schemas.android.com/apk/res/android" package="com.android.sslload"> |
| 4 | <uses-permission android:name="android.permission.INTERNET" /> |
| 5 | <application> |
| 6 | <activity android:name="SslLoad" android:label="SSL Load"> |
| 7 | <intent-filter> |
| 8 | <action android:name="android.intent.action.MAIN" /> |
| 9 | <category android:name="android.intent.category.LAUNCHER" /> |
| 10 | </intent-filter> |
| 11 | </activity> |
| 12 | </application> |
| 13 | </manifest> |