Chia-chi Yeh | 19f054b | 2011-06-03 17:06:29 -0700 | [diff] [blame] | 1 | <manifest xmlns:android="http://schemas.android.com/apk/res/android" |
Chia-chi Yeh | 5db03df | 2011-06-30 23:52:29 -0700 | [diff] [blame^] | 2 | package="com.android.vpndialogs" |
| 3 | android:sharedUserId="android.uid.system"> |
Chia-chi Yeh | 19f054b | 2011-06-03 17:06:29 -0700 | [diff] [blame] | 4 | |
| 5 | <application android:label="VpnDialogs"> |
| 6 | <activity android:name=".ConfirmDialog" |
| 7 | android:theme="@style/transparent"> |
| 8 | <intent-filter> |
| 9 | <action android:name="android.intent.action.MAIN"/> |
| 10 | <category android:name="android.intent.category.DEFAULT"/> |
| 11 | </intent-filter> |
| 12 | </activity> |
| 13 | |
| 14 | <activity android:name=".ManageDialog" |
| 15 | android:theme="@style/transparent" |
| 16 | android:noHistory="true"> |
| 17 | <intent-filter> |
| 18 | <action android:name="android.intent.action.MAIN"/> |
| 19 | <category android:name="android.intent.category.DEFAULT"/> |
| 20 | </intent-filter> |
| 21 | </activity> |
| 22 | </application> |
| 23 | </manifest> |